Uses of Package
org.apache.commons.digester.annotations

Packages that use org.apache.commons.digester.annotations
org.apache.commons.digester.annotations The annotations package provides for Java5 Annotations meta data-based definition of rules for Digester
org.apache.commons.digester.annotations.handlers The handlers package contains DigesterLoaderHandler implementations. 
org.apache.commons.digester.annotations.internal This package contains internal use only classes, users can ignore it. 
org.apache.commons.digester.annotations.providers This package contains AnnotationRuleProvider implementations. 
org.apache.commons.digester.annotations.rules Classes contained in this package are annotations that reflect Digester rules. 
org.apache.commons.digester.annotations.spi Contains annotations package SPI definition. 
 

Classes in org.apache.commons.digester.annotations used by org.apache.commons.digester.annotations
AnnotationRuleProvider
          An object capable of providing instances of Rule.
DigesterLoader
          This class manages the creation of Digester instances analyzing target classes annotated with digester annotations.
FromAnnotationRuleProviderFactory
          DigesterLoader builder implementation.
FromAnnotationsRuleSet
          A RuleSet implementation that's able to inject Rules created with the annotations analysis.
 

Classes in org.apache.commons.digester.annotations used by org.apache.commons.digester.annotations.handlers
DigesterLoaderHandler
          A DigesterLoaderHandler intercept a Class visit performed by the DigesterLoader and performs the DigesterLoaderHandler.handle(Annotation, AnnotatedElement, FromAnnotationsRuleSet) method.
FromAnnotationsRuleSet
          A RuleSet implementation that's able to inject Rules created with the annotations analysis.
 

Classes in org.apache.commons.digester.annotations used by org.apache.commons.digester.annotations.internal
AnnotationRuleProvider
          An object capable of providing instances of Rule.
DigesterLoaderHandler
          A DigesterLoaderHandler intercept a Class visit performed by the DigesterLoader and performs the DigesterLoaderHandler.handle(Annotation, AnnotatedElement, FromAnnotationsRuleSet) method.
DigesterLoadingException
          The exception thrown when an error occurs while analyzing targets and building rule sets.
FromAnnotationsRuleSet
          A RuleSet implementation that's able to inject Rules created with the annotations analysis.
 

Classes in org.apache.commons.digester.annotations used by org.apache.commons.digester.annotations.providers
AnnotationRuleProvider
          An object capable of providing instances of Rule.
 

Classes in org.apache.commons.digester.annotations used by org.apache.commons.digester.annotations.rules
CreationRule
          Marks a Digester rule as a creation rule, that's crucial for the setNext rule.
DigesterRule
          Meta-annotation that marks an annotation as part of commons-digester.
DigesterRuleList
          Meta-annotation that marks an annotation as a list of commons-digester annotations.
 

Classes in org.apache.commons.digester.annotations used by org.apache.commons.digester.annotations.spi
AnnotationRuleProvider
          An object capable of providing instances of Rule.
DigesterLoaderHandler
          A DigesterLoaderHandler intercept a Class visit performed by the DigesterLoader and performs the DigesterLoaderHandler.handle(Annotation, AnnotatedElement, FromAnnotationsRuleSet) method.
DigesterLoadingException
          The exception thrown when an error occurs while analyzing targets and building rule sets.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.