public class SlideShowThumbnailProvider extends Object implements ThumbnailProvider
| Constructor and Description |
|---|
SlideShowThumbnailProvider() |
| 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.
|
public boolean applies(org.apache.sling.api.resource.Resource resource)
ThumbnailProviderapplies in interface ThumbnailProviderresource - the resource to checkpublic InputStream getThumbnail(org.apache.sling.api.resource.Resource resource) throws IOException
ThumbnailProvidergetThumbnail in interface ThumbnailProviderresource - the resource from which to retrieve the thumbnailIOException - an exception occurs retrieving the thumbnailCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.