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

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

Uses of ClassAnnotationEnhancementWorker in org.apache.tapestry.annotations
 

Classes in org.apache.tapestry.annotations that implement ClassAnnotationEnhancementWorker
 class ComponentClassAnnotationWorker
          Sets properties of the IComponentSpecification based on the ComponentClass annotation.
 class MetaAnnotationWorker
          Recognizes the Meta annotation, and converts it into properties on the specification.
 

Method parameters in org.apache.tapestry.annotations with type arguments of type ClassAnnotationEnhancementWorker
 void AnnotationEnhancementWorker.setClassWorkers(Map<Class,ClassAnnotationEnhancementWorker> classWorkers)
           
 



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