Package | Description |
---|---|
org.apache.sling.cms.transformer | |
org.apache.sling.cms.transformer.internal |
Modifier and Type | Method and Description |
---|---|
static OutputFileFormat |
OutputFileFormat.forRequest(org.apache.sling.api.SlingHttpServletRequest request)
Loads the output format requested in the specified request suffix.
|
static OutputFileFormat |
OutputFileFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OutputFileFormat[] |
OutputFileFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FileThumbnailTransformer.transformFile(org.apache.sling.cms.File file,
java.lang.String[] commands,
OutputFileFormat format,
java.io.OutputStream out)
Transforms the file into a thumbnail using the specified commands.
|
Modifier and Type | Method and Description |
---|---|
void |
FileThumbnailTransformerImpl.transformFile(org.apache.sling.cms.File file,
java.lang.String[] commands,
OutputFileFormat format,
java.io.OutputStream out) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.