|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodAnnotationEnhancementWorker | |
---|---|
org.apache.tapestry.annotations | Contains all of the annotation features (jdk >= 1.5) available in tapestry. |
Uses of MethodAnnotationEnhancementWorker in org.apache.tapestry.annotations |
---|
Classes in org.apache.tapestry.annotations that implement MethodAnnotationEnhancementWorker | |
---|---|
class |
AssetAnnotationWorker
Uses the Asset annotation to create a new
IAssetSpecification which is then added to the
IComponentSpecification . |
class |
BeanAnnotationWorker
Creates a IBeanSpecification from the
Bean annotation. |
class |
ComponentAnnotationWorker
Adds a IContainedComponent to the
IComponentSpecification . |
class |
InjectComponentAnnotationWorker
Injects a reference to a compent. |
class |
InjectMetaAnnotationWorker
|
class |
InjectObjectAnnotationWorker
Performs injection of objects, in much the same way as the <inject> element in a specification. |
class |
InjectPageAnnotationWorker
Uses the InjectPage annotation to add an
InjectSpecification to the
IComponentSpecification . |
class |
InjectScriptAnnotationWorker
|
class |
InjectStateAnnotationWorker
Injects an Application State Object. |
class |
InjectStateFlagAnnotationWorker
|
class |
MessageAnnotationWorker
Builds a method that accesses component messages. |
class |
ParameterAnnotationWorker
Generates a IParameterSpecification from a
Parameter annotation and adds it to the
IComponentSpecification . |
class |
PersistAnnotationWorker
Allow a property to be marked as persistent, and (optionally) allows a strategy to be set. |
Method parameters in org.apache.tapestry.annotations with type arguments of type MethodAnnotationEnhancementWorker | |
---|---|
void |
AnnotationEnhancementWorker.setMethodWorkers(Map<Class,MethodAnnotationEnhancementWorker> methodWorkers)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |