Class MetaWorkerImpl
java.lang.Object
org.apache.tapestry5.internal.services.meta.MetaWorkerImpl
- All Implemented Interfaces:
MetaWorker
,ComponentClassTransformWorker2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the worker that performs transformations (in 5.2, MetaWorker implemented ComponentClassTransformWorker).void
transform
(PlasticClass plasticClass, TransformationSupport support, MutableComponentModel model) Invoked to perform part of the transformation of thePlasticClass
.
-
Constructor Details
-
MetaWorkerImpl
-
-
Method Details
-
getWorker
Description copied from interface:MetaWorker
Returns the worker that performs transformations (in 5.2, MetaWorker implemented ComponentClassTransformWorker).- Specified by:
getWorker
in interfaceMetaWorker
- Returns:
- worker that implements the meta data analysis
-
transform
public void transform(PlasticClass plasticClass, TransformationSupport support, MutableComponentModel model) Description copied from interface:ComponentClassTransformWorker2
Invoked to perform part of the transformation of thePlasticClass
.- Specified by:
transform
in interfaceComponentClassTransformWorker2
- Parameters:
plasticClass
- component class being transformedsupport
- additional utilities needed during the transformationmodel
- the model for the component being transformed
-