Package org.apache.tapestry5.plastic
Interface PlasticClassTransformer
- All Known Subinterfaces:
PlasticManagerDelegate
- All Known Implementing Classes:
ComponentInstantiatorSourceImpl
,NoopDelegate
,StandardDelegate
public interface PlasticClassTransformer
Interface for defining how a
PlasticClass
is transformed. Often, a series of transformers are applied, in
a specific order.-
Method Summary
Modifier and TypeMethodDescriptionvoid
transform
(PlasticClass plasticClass) Perform whatever transformations are appropriate on this PlasticClass.
-
Method Details
-
transform
Perform whatever transformations are appropriate on this PlasticClass.
-