Uses of Interface
org.apache.tapestry.annotations.MethodAnnotationEnhancementWorker

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 InjectAssetAnnotationWorker
          Injects an asset.
 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.