JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
F
G
H
I
O
P
R
S
T
V
A
applies(String)
- Method in class org.apache.sling.cms.transformer.internal.
CropHandler
applies(File)
- Method in class org.apache.sling.cms.transformer.internal.
ImageThumbnailProvider
applies(File)
- Method in class org.apache.sling.cms.transformer.internal.
PdfThumbnailProvider
applies(String)
- Method in class org.apache.sling.cms.transformer.internal.
SizeHandler
applies(File)
- Method in class org.apache.sling.cms.transformer.internal.
SlideShowThumbnailProvider
applies(File)
- Method in class org.apache.sling.cms.transformer.internal.
TikaFallbackProvider
applies(File)
- Method in interface org.apache.sling.cms.transformer.
ThumbnailProvider
Returns true if the ThumbnailProvider applies for the specified file.
applies(String)
- Method in interface org.apache.sling.cms.transformer.
TransformationHandler
Returns true if the transformation handler should execute for the specified command.
C
CONSOLE_LABEL
- Static variable in class org.apache.sling.cms.transformer.internal.
TransformerWebConsole
CONSOLE_TITLE
- Static variable in class org.apache.sling.cms.transformer.internal.
TransformerWebConsole
CropHandler
- Class in
org.apache.sling.cms.transformer.internal
A transformation handler to crop images
CropHandler()
- Constructor for class org.apache.sling.cms.transformer.internal.
CropHandler
D
doGet(SlingHttpServletRequest, SlingHttpServletResponse)
- Method in class org.apache.sling.cms.transformer.internal.
TransformServlet
F
FileThumbnailTransformer
- Interface in
org.apache.sling.cms.transformer
Transforms a Sling File into thumbnails using the registered TransformationHandlers to invoke Thumbnails transformations on the file.
FileThumbnailTransformerImpl
- Class in
org.apache.sling.cms.transformer.internal
FileThumbnailTransformerImpl()
- Constructor for class org.apache.sling.cms.transformer.internal.
FileThumbnailTransformerImpl
forRequest(SlingHttpServletRequest)
- Static method in enum org.apache.sling.cms.transformer.
OutputFileFormat
Loads the output format requested in the specified request suffix.
G
getHandlers()
- Method in class org.apache.sling.cms.transformer.internal.
FileThumbnailTransformerImpl
getLabel()
- Method in class org.apache.sling.cms.transformer.internal.
TransformerWebConsole
getMimeType()
- Method in enum org.apache.sling.cms.transformer.
OutputFileFormat
getThumbnail(File)
- Method in class org.apache.sling.cms.transformer.internal.
ImageThumbnailProvider
getThumbnail(File)
- Method in class org.apache.sling.cms.transformer.internal.
PdfThumbnailProvider
getThumbnail(File)
- Method in class org.apache.sling.cms.transformer.internal.
SlideShowThumbnailProvider
getThumbnail(File)
- Method in class org.apache.sling.cms.transformer.internal.
TikaFallbackProvider
getThumbnail(File)
- Method in interface org.apache.sling.cms.transformer.
ThumbnailProvider
Get the thumbnail from the specified file.
getThumbnailProviders()
- Method in class org.apache.sling.cms.transformer.internal.
FileThumbnailTransformerImpl
getTitle()
- Method in class org.apache.sling.cms.transformer.internal.
TransformerWebConsole
getTransformationHandler(String)
- Method in interface org.apache.sling.cms.transformer.
FileThumbnailTransformer
Gets the transformation handler for the specified command
getTransformationHandler(String)
- Method in class org.apache.sling.cms.transformer.internal.
FileThumbnailTransformerImpl
H
handle(Thumbnails.Builder<? extends InputStream>, String)
- Method in class org.apache.sling.cms.transformer.internal.
CropHandler
handle(Thumbnails.Builder<? extends InputStream>, String)
- Method in class org.apache.sling.cms.transformer.internal.
SizeHandler
handle(Thumbnails.Builder<? extends InputStream>, String)
- Method in interface org.apache.sling.cms.transformer.
TransformationHandler
Handles the transformation of the thumbnail using the command values from the suffix segment.
I
ImageThumbnailProvider
- Class in
org.apache.sling.cms.transformer.internal
A thumbnail provider for image files.
ImageThumbnailProvider()
- Constructor for class org.apache.sling.cms.transformer.internal.
ImageThumbnailProvider
O
org.apache.sling.cms.transformer
- package org.apache.sling.cms.transformer
org.apache.sling.cms.transformer.internal
- package org.apache.sling.cms.transformer.internal
OutputFileFormat
- Enum in
org.apache.sling.cms.transformer
Enumeration of the valid output formats for the thumbnail generator.
P
PdfThumbnailProvider
- Class in
org.apache.sling.cms.transformer.internal
A thumbnail provider for PDF documents.
PdfThumbnailProvider()
- Constructor for class org.apache.sling.cms.transformer.internal.
PdfThumbnailProvider
R
renderContent(HttpServletRequest, HttpServletResponse)
- Method in class org.apache.sling.cms.transformer.internal.
TransformerWebConsole
S
setHandlers(List<TransformationHandler>)
- Method in class org.apache.sling.cms.transformer.internal.
FileThumbnailTransformerImpl
setThumbnailProviders(List<ThumbnailProvider>)
- Method in class org.apache.sling.cms.transformer.internal.
FileThumbnailTransformerImpl
SizeHandler
- Class in
org.apache.sling.cms.transformer.internal
SizeHandler()
- Constructor for class org.apache.sling.cms.transformer.internal.
SizeHandler
SlideShowThumbnailProvider
- Class in
org.apache.sling.cms.transformer.internal
Provides Thumbnails for Microsoft PPT and PPTX files.
SlideShowThumbnailProvider()
- Constructor for class org.apache.sling.cms.transformer.internal.
SlideShowThumbnailProvider
T
ThumbnailProvider
- Interface in
org.apache.sling.cms.transformer
Service for retrieving a thumbnail for the specified File object.
TikaFallbackProvider
- Class in
org.apache.sling.cms.transformer.internal
TikaFallbackProvider()
- Constructor for class org.apache.sling.cms.transformer.internal.
TikaFallbackProvider
TransformationHandler
- Interface in
org.apache.sling.cms.transformer
TransformerWebConsole
- Class in
org.apache.sling.cms.transformer.internal
Simple web console plugin for listing out the registered thumbnail providers and transformation handler
TransformerWebConsole()
- Constructor for class org.apache.sling.cms.transformer.internal.
TransformerWebConsole
transformFile(File, String[], OutputFileFormat, OutputStream)
- Method in interface org.apache.sling.cms.transformer.
FileThumbnailTransformer
Transforms the file into a thumbnail using the specified commands.
transformFile(SlingHttpServletRequest, OutputStream)
- Method in interface org.apache.sling.cms.transformer.
FileThumbnailTransformer
Transforms the file from the resource path into a thumbnail using the specified commands from the suffix.
transformFile(File, String[], OutputFileFormat, OutputStream)
- Method in class org.apache.sling.cms.transformer.internal.
FileThumbnailTransformerImpl
transformFile(SlingHttpServletRequest, OutputStream)
- Method in class org.apache.sling.cms.transformer.internal.
FileThumbnailTransformerImpl
TransformServlet
- Class in
org.apache.sling.cms.transformer.internal
A servlet to transform images using the FileThumbnailTransformer API.
TransformServlet()
- Constructor for class org.apache.sling.cms.transformer.internal.
TransformServlet
V
valueOf(String)
- Static method in enum org.apache.sling.cms.transformer.
OutputFileFormat
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.apache.sling.cms.transformer.
OutputFileFormat
Returns an array containing the constants of this enum type, in the order they are declared.
A
C
D
F
G
H
I
O
P
R
S
T
V
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2007–2019
The Apache Software Foundation
. All rights reserved.