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 aPlasticClass
is transformed. Often, a series of transformers are applied, in a specific order.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
transform(PlasticClass plasticClass)
Perform whatever transformations are appropriate on this PlasticClass.
-
-
-
Method Detail
-
transform
void transform(PlasticClass plasticClass)
Perform whatever transformations are appropriate on this PlasticClass.
-
-