Package com.day.cq.commons.folderpreview
Interface FolderPreviewResourceProvider
-
public interface FolderPreviewResourceProviderReturns a preview resource associated with a folder item. Returns null if this provider is unable to handle the given folder item.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourcegetPreviewResource(Resource folderChild)Returns a preview resource iterator if this provider can handle the folder in question.
-