Class TransformationImpl
- java.lang.Object
-
- org.apache.sling.cms.transformer.internal.models.TransformationImpl
-
- All Implemented Interfaces:
Transformation
@Model(adaptables=org.apache.sling.api.resource.Resource.class, adapters=Transformation.class) public class TransformationImpl extends Object implements Transformation
-
-
Constructor Summary
Constructors Constructor Description TransformationImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.apache.sling.api.resource.Resource>getHandlers()StringgetName()voidsethandlers(List<org.apache.sling.api.resource.Resource> handlers)voidsetName(String name)
-
-
-
Method Detail
-
getHandlers
public List<org.apache.sling.api.resource.Resource> getHandlers()
- Specified by:
getHandlersin interfaceTransformation
-
getName
public String getName()
- Specified by:
getNamein interfaceTransformation
-
sethandlers
public void sethandlers(List<org.apache.sling.api.resource.Resource> handlers)
-
setName
public void setName(String name)
-
-