public class ImageThumbnailProvider extends java.lang.Object implements ThumbnailProvider
Constructor and Description |
---|
ImageThumbnailProvider() |
Modifier and Type | Method and Description |
---|---|
boolean |
applies(org.apache.sling.cms.File file)
Returns true if the ThumbnailProvider applies for the specified file.
|
java.io.InputStream |
getThumbnail(org.apache.sling.cms.File file)
Get the thumbnail from the specified file.
|
public boolean applies(org.apache.sling.cms.File file)
ThumbnailProvider
applies
in interface ThumbnailProvider
file
- the file to checkpublic java.io.InputStream getThumbnail(org.apache.sling.cms.File file)
ThumbnailProvider
getThumbnail
in interface ThumbnailProvider
file
- the file from which to retrieve the thumbnailCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.