org.apache.tapestry.annotations
Class InjectMetaAnnotationWorker

java.lang.Object
  extended by org.apache.tapestry.annotations.InjectMetaAnnotationWorker
All Implemented Interfaces:
MethodAnnotationEnhancementWorker

public class InjectMetaAnnotationWorker
extends java.lang.Object
implements MethodAnnotationEnhancementWorker

Since:
4.0
Author:
Howard Lewis Ship

Constructor Summary
InjectMetaAnnotationWorker()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InjectMetaAnnotationWorker

public InjectMetaAnnotationWorker()
Method Detail

performEnhancement

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)
Description copied from interface: MethodAnnotationEnhancementWorker
Performs a particular enhancement based on a registered annotation. Exception reporting is the responsibility of the caller.

Specified by:
performEnhancement in interface MethodAnnotationEnhancementWorker
Parameters:
op - the enhancement operaration
spec - the specification of the component for which a class is being enhanced
method - the method to which the annotation is attached. The annotation may be obtained from the method.
location - TODO