|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UsesOrderedConfiguration(value=ComponentClassTransformWorker2.class) public interface ComponentClassTransformWorker2
Interface for a set of objects that can perform transformation of component classes. Implementations should
be thread safe and ideally stateless (all necessary state can be stored inside the PlasticClass
).
The ComponentClassTransformWorker service uses an ordered configuration of these works as a chain of command. For compatibility with the code compiled for Tapestry 5.2, contributions of type
ComponentClassTransformWorker
are type coerced into this type automatically.
PlasticClass
Method Summary | |
---|---|
void |
transform(PlasticClass plasticClass,
TransformationSupport support,
MutableComponentModel model)
Invoked to perform part of the transformation of the PlasticClass . |
Method Detail |
---|
void transform(PlasticClass plasticClass, TransformationSupport support, MutableComponentModel model)
PlasticClass
.
plasticClass
- component class being transformedsupport
- additional utilities needed during the transformationmodel
- the model for the component being transformed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |