Class NoopDelegate
java.lang.Object
org.apache.tapestry5.internal.plastic.NoopDelegate
- All Implemented Interfaces:
PlasticClassTransformer
,PlasticManagerDelegate
- Direct Known Subclasses:
StandardDelegate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfigureInstantiator
(String className, ClassInstantiator instantiator) Configures the instantiator for a transformed PlasticClass.void
transform
(PlasticClass plasticClass) Perform whatever transformations are appropriate on this PlasticClass.
-
Constructor Details
-
NoopDelegate
public NoopDelegate()
-
-
Method Details
-
transform
Description copied from interface:PlasticClassTransformer
Perform whatever transformations are appropriate on this PlasticClass.- Specified by:
transform
in interfacePlasticClassTransformer
-
configureInstantiator
Description copied from interface:PlasticManagerDelegate
Configures the instantiator for a transformed PlasticClass.- Specified by:
configureInstantiator
in interfacePlasticManagerDelegate
- Parameters:
className
- fully qualified class name that was transformedinstantiator
- default instantiator, which has an emptyInstanceContext
- Returns:
- the same instantiator, or a new one configured with additional
InstanceContext
values
-