Uses of Class
org.apache.sling.cms.transformer.OutputFileFormat
-
Packages that use OutputFileFormat Package Description org.apache.sling.cms.transformer Package with all of the common models used to access content in the Sling reference CMSorg.apache.sling.cms.transformer.internal -
-
Uses of OutputFileFormat in org.apache.sling.cms.transformer
Methods in org.apache.sling.cms.transformer that return OutputFileFormat Modifier and Type Method Description static OutputFileFormatOutputFileFormat. forRequest(org.apache.sling.api.SlingHttpServletRequest request)Loads the output format requested in the specified request suffix.static OutputFileFormatOutputFileFormat. 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.cms.transformer with parameters of type OutputFileFormat Modifier and Type Method Description voidTransformer. transform(org.apache.sling.api.resource.Resource resource, Transformation transformation, OutputFileFormat format, OutputStream out)Transforms the resource -
Uses of OutputFileFormat in org.apache.sling.cms.transformer.internal
Methods in org.apache.sling.cms.transformer.internal with parameters of type OutputFileFormat Modifier and Type Method Description voidTransformerImpl. transform(org.apache.sling.api.resource.Resource resource, Transformation transformation, OutputFileFormat format, OutputStream out)
-