Uses of Class
org.apache.sling.thumbnails.OutputFileFormat
-
Packages that use OutputFileFormat Package Description org.apache.sling.thumbnails Support for file thumbnail generation and transformation -
-
Uses of OutputFileFormat in org.apache.sling.thumbnails
Methods in org.apache.sling.thumbnails that return OutputFileFormat Modifier and Type Method Description static OutputFileFormat
OutputFileFormat. forRequest(org.apache.sling.api.SlingHttpServletRequest request)
Loads the output format requested in the specified request suffix.static OutputFileFormat
OutputFileFormat. forValue(@NotNull String format)
Loads the output formatstatic OutputFileFormat
OutputFileFormat. valueOf(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.Methods in org.apache.sling.thumbnails with parameters of type OutputFileFormat Modifier and Type Method Description void
Transformer. transform(org.apache.sling.api.resource.Resource resource, Transformation transformation, OutputFileFormat format, OutputStream out)
Transforms the resource
-