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