|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.annotations.MessageAnnotationWorker
public class MessageAnnotationWorker
Builds a method that accesses component messages.
Constructor Summary | |
---|---|
MessageAnnotationWorker()
|
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 |
---|
public MessageAnnotationWorker()
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |