Package com.day.cq.commons.folderpreview
Interface FolderPreviewResourceManager
-
public interface FolderPreviewResourceManager
Returns an iterator over the preview resources for a particular folder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Resource
getPreviewResource(Resource folderChild)
Returns a preview resource for the given folderChild.
-
-
-
Method Detail
-
getPreviewResource
Resource getPreviewResource(Resource folderChild)
Returns a preview resource for the given folderChild. Returns null if no registeredFolderPreviewResourceProvider
s could handle the folder.- Parameters:
folderChild
- folder child- Returns:
- preview resource or
null
-
-