Uses of Interface
org.apache.sling.cms.transformer.Transformation
-
Packages that use Transformation 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.models -
-
Uses of Transformation in org.apache.sling.cms.transformer
Methods in org.apache.sling.cms.transformer that return types with arguments of type Transformation Modifier and Type Method Description List<Transformation>TransformationManager. getTransformations()Gets the transformations available to a particular resource based on the CA ConfigsMethods in org.apache.sling.cms.transformer with parameters of type Transformation 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 Transformation in org.apache.sling.cms.transformer.internal.models
Classes in org.apache.sling.cms.transformer.internal.models that implement Transformation Modifier and Type Class Description classTransformationImplMethods in org.apache.sling.cms.transformer.internal.models that return types with arguments of type Transformation Modifier and Type Method Description List<Transformation>TransformationManagerImpl. getTransformations()
-