Uses of Interface
org.apache.sling.cms.transformer.TransformationHandler
-
Packages that use TransformationHandler Package Description org.apache.sling.cms.transformer.internal -
-
Uses of TransformationHandler in org.apache.sling.cms.transformer.internal
Classes in org.apache.sling.cms.transformer.internal that implement TransformationHandler Modifier and Type Class Description classCropHandlerA transformation handler to crop imagesclassSizeHandlerA transformer for resizing an imageMethods in org.apache.sling.cms.transformer.internal that return TransformationHandler Modifier and Type Method Description TransformationHandlerTransformerImpl. getTransformationHandler(String resourceType)Methods in org.apache.sling.cms.transformer.internal that return types with arguments of type TransformationHandler Modifier and Type Method Description List<TransformationHandler>TransformerImpl. getHandlers()Methods in org.apache.sling.cms.transformer.internal with parameters of type TransformationHandler Modifier and Type Method Description voidTransformerImpl. addTransformationHandler(TransformationHandler handler)
-