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

Packages that use SecondaryAnnotationWorker
org.apache.tapestry.annotations Contains all of the annotation features (jdk >= 1.5) available in tapestry. 
 

Uses of SecondaryAnnotationWorker in org.apache.tapestry.annotations
 

Classes in org.apache.tapestry.annotations that implement SecondaryAnnotationWorker
 class EventListenerAnnotationWorker
          Performs EventListener annotation enhancements on components.
 class InitialValueAnnotationWorker
          Looks for InitialValue annotations on methods that don't have a Persist annotation (that's handled by PersistAnnotationWorker); adds an IPropertySpecification for the property, so that its initial value may be set.
 

Method parameters in org.apache.tapestry.annotations with type arguments of type SecondaryAnnotationWorker
 void AnnotationEnhancementWorker.setSecondaryAnnotationWorkers(List<SecondaryAnnotationWorker> workers)
           
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.