Class TransformationImpl
- java.lang.Object
-
- org.apache.sling.thumbnails.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(List<?> handlers)
TransformationImpl(List<TransformationHandlerConfig> handlers, String name, org.apache.sling.api.resource.Resource resource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TransformationHandlerConfig>
getHandlers()
String
getName()
String
getPath()
-
-
-
Constructor Detail
-
TransformationImpl
public TransformationImpl(List<?> handlers)
-
TransformationImpl
@Inject public TransformationImpl(@Named("handlers") List<TransformationHandlerConfig> handlers, @Named("name") String name, org.apache.sling.api.resource.Resource resource)
-
-
Method Detail
-
getHandlers
public List<TransformationHandlerConfig> getHandlers()
- Specified by:
getHandlers
in interfaceTransformation
-
getName
public String getName()
- Specified by:
getName
in interfaceTransformation
-
getPath
public String getPath()
- Specified by:
getPath
in interfaceTransformation
-
-