Package com.day.cq.dam.api.thumbnail
Interface DefaultThumbnailService
public interface DefaultThumbnailService
-
Method Summary
Modifier and TypeMethodDescriptiongetDefaultThumbnail(String mimeType) Provides a path to the thumbnail that should be used by default for the given asset.
-
Method Details
-
getDefaultThumbnail
Provides a path to the thumbnail that should be used by default for the given asset. This is to be used as a fallback for cases where a renderable rendition is not present, for example.- Parameters:
mimeType- The mimeType for which to return a thumbnail.- Returns:
- the path to the thumbnail
-