@Model(adaptables=org.apache.sling.api.resource.Resource.class, adapters=Transformation.class) public class TransformationImpl extends Object implements Transformation
Constructor and Description |
---|
TransformationImpl() |
Modifier and Type | Method and Description |
---|---|
List<org.apache.sling.api.resource.Resource> |
getHandlers() |
String |
getName() |
void |
sethandlers(List<org.apache.sling.api.resource.Resource> handlers) |
void |
setName(String name) |
public List<org.apache.sling.api.resource.Resource> getHandlers()
getHandlers
in interface Transformation
public String getName()
getName
in interface Transformation
public void sethandlers(List<org.apache.sling.api.resource.Resource> handlers)
public void setName(String name)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.