Package com.adobe.cq.inbox.ui
Interface ThumbnailHelper
-
public interface ThumbnailHelperTheThumbnailHelperprovides an interface to alter athumbnailpath.The implementation expects the provided request attribute
thumbnailto match the Regular Expression pattern(.*?)\.thumb\.\d+\.\d+\.(.*), otherwise the passed in value will be returned. If the pattern matches thewidthandheightselectors are replaced by the provided request attributeswidthandheight. The default value for the request attributeswidthandheightis319if omitted.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetThumbnail()Returns the altered thumbnail path containing the specified width and height or the original thumbnail path if not applicable.
-