Package com.day.cq.dam.api.thumbnail
Interface DefaultThumbnailService
-
public interface DefaultThumbnailService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDefaultThumbnail(java.lang.String mimeType)
Provides a path to the thumbnail that should be used by default for the given asset.
-
-
-
Method Detail
-
getDefaultThumbnail
java.lang.String getDefaultThumbnail(java.lang.String mimeType)
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
-
-