Package org.apache.sling.cms.transformer
Interface TransformationManager
-
- All Known Implementing Classes:
TransformationManagerImpl
public interface TransformationManagerA Sling Model interface for retrieving the transformations available to a particular resource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Transformation>getTransformations()Gets the transformations available to a particular resource based on the CA Configs
-
-
-
Method Detail
-
getTransformations
List<Transformation> getTransformations()
Gets the transformations available to a particular resource based on the CA Configs- Returns:
- a list of transformations
-
-