Uses of Interface
org.apache.sling.thumbnails.Transformation
-
Packages that use Transformation Package Description org.apache.sling.thumbnails Support for file thumbnail generation and transformationorg.apache.sling.thumbnails.internal.models -
-
Uses of Transformation in org.apache.sling.thumbnails
Methods in org.apache.sling.thumbnails that return types with arguments of type Transformation Modifier and Type Method Description @NotNull List<Transformation>
RenderedResource. getAvailableTransformations()
Gets the transformations defined in this resource's CA ConfigsMethods in org.apache.sling.thumbnails with parameters of type Transformation Modifier and Type Method Description void
Transformer. transform(org.apache.sling.api.resource.Resource resource, Transformation transformation, OutputFileFormat format, OutputStream out)
Transforms the resource -
Uses of Transformation in org.apache.sling.thumbnails.internal.models
Classes in org.apache.sling.thumbnails.internal.models that implement Transformation Modifier and Type Class Description class
TransformationImpl
Methods in org.apache.sling.thumbnails.internal.models that return types with arguments of type Transformation Modifier and Type Method Description @NotNull List<Transformation>
RenderedResourceImpl. getAvailableTransformations()
-