Hi,My requirement is:If i delete the asset from the DAM, it has to
delete the asset from the referenced page as well.So i found the API
called: AssetReferenceResolverand the method: getReferences()i have
written the below code but its shows "Method is not resolved"Below is
the code:<% String path="/content/dam/verizon/banner-retro.png";
AssetReferenceResolver assetRef = new AssetReferenceResolver();
java.util.Map map=
assetRef.getReference(path,resourceResolver); for
(java.util.Map.Entry entry :...