@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 Transformationpublic String getName()
getName in interface Transformationpublic 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.