public interface ThumbnailProvider
| Modifier and Type | Method and Description |
|---|---|
boolean |
applies(org.apache.sling.api.resource.Resource resource)
Returns true if the ThumbnailProvider applies for the specified resource.
|
InputStream |
getThumbnail(org.apache.sling.api.resource.Resource resource)
Get the thumbnail from the specified resource.
|
boolean applies(org.apache.sling.api.resource.Resource resource)
resource - the resource to checkInputStream getThumbnail(org.apache.sling.api.resource.Resource resource) throws IOException
resource - the resource from which to retrieve the thumbnailIOException - an exception occurs retrieving the thumbnailCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.