org.apache.tapestry5.internal.transform
Class BindParameterWorker
java.lang.Object
org.apache.tapestry5.internal.transform.BindParameterWorker
- All Implemented Interfaces:
- ComponentClassTransformWorker
public class BindParameterWorker
- extends Object
- implements ComponentClassTransformWorker
Responsible for identifying, via the BindParameter annotation, mixin fields
that should be bound to a core-component parameter value.
- Since:
- 5.2.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindParameterWorker
public BindParameterWorker(TypeCoercer typeCoercer,
ComponentClassCache componentClassCache)
transform
public void transform(ClassTransformation transformation,
MutableComponentModel model)
- Description copied from interface:
ComponentClassTransformWorker
- Invoked to perform a transformation on an as-yet unloaded component class, represented by the
ClassTransformation instance. In some cases, the worker may make changes to the component model -- for example,
a worker that deals with parameters may update the model to reflect those parameters.
- Specified by:
transform in interface ComponentClassTransformWorker
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.