Class StandardDelegate
- java.lang.Object
-
- org.apache.tapestry5.internal.plastic.NoopDelegate
-
- org.apache.tapestry5.internal.plastic.StandardDelegate
-
- All Implemented Interfaces:
PlasticClassTransformer
,PlasticManagerDelegate
public class StandardDelegate extends NoopDelegate
-
-
Constructor Summary
Constructors Constructor Description StandardDelegate(PlasticClassTransformer... transformers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
transform(PlasticClass plasticClass)
Perform whatever transformations are appropriate on this PlasticClass.-
Methods inherited from class org.apache.tapestry5.internal.plastic.NoopDelegate
configureInstantiator
-
-
-
-
Constructor Detail
-
StandardDelegate
public StandardDelegate(PlasticClassTransformer... transformers)
-
-
Method Detail
-
transform
public void transform(PlasticClass plasticClass)
Description copied from interface:PlasticClassTransformer
Perform whatever transformations are appropriate on this PlasticClass.- Specified by:
transform
in interfacePlasticClassTransformer
- Overrides:
transform
in classNoopDelegate
-
-