public interface ThumbnailProvider
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.
|
boolean applies(org.apache.sling.cms.File file)
file
- the file to checkjava.io.InputStream getThumbnail(org.apache.sling.cms.File file) throws java.io.IOException
file
- the file from which to retrieve the thumbnailjava.io.IOException
- an exception occurs retrieving the thumbnailCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.