org.apache.tapestry.annotations
Class InjectComponentAnnotationWorker
java.lang.Object
   org.apache.tapestry.annotations.InjectComponentAnnotationWorker
org.apache.tapestry.annotations.InjectComponentAnnotationWorker
- All Implemented Interfaces: 
- MethodAnnotationEnhancementWorker
- public class InjectComponentAnnotationWorker 
- extends Object- implements MethodAnnotationEnhancementWorker
Injects a reference to a compent.
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
- See Also:
- InjectComponent,- InjectComponentWorker
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
InjectComponentAnnotationWorker
public InjectComponentAnnotationWorker()
performEnhancement
public void performEnhancement(EnhancementOperation op,
                               IComponentSpecification spec,
                               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:
- performEnhancementin 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
 
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.