public class ComponentAnnotationWorker extends java.lang.Object implements MethodAnnotationEnhancementWorker
IContainedComponent
to the
IComponentSpecification
.Component
,
org.apache.tapestry.annotations.Binding
Constructor and Description |
---|
ComponentAnnotationWorker() |
Modifier and Type | Method and Description |
---|---|
void |
performEnhancement(org.apache.tapestry.enhance.EnhancementOperation op,
org.apache.tapestry.spec.IComponentSpecification spec,
java.lang.reflect.Method method,
org.apache.hivemind.Location location)
Performs a particular enhancement based on a registered annotation.
|
public ComponentAnnotationWorker()
public void performEnhancement(org.apache.tapestry.enhance.EnhancementOperation op, org.apache.tapestry.spec.IComponentSpecification spec, java.lang.reflect.Method method, org.apache.hivemind.Location location)
MethodAnnotationEnhancementWorker
performEnhancement
in interface MethodAnnotationEnhancementWorker
op
- the enhancement operarationspec
- the specification of the component for which a class is being enhancedmethod
- the method to which the annotation is attached. The annotation
may be obtained from the method.location
- TODO