Uses of Package
org.apache.commons.digester.annotations
-
Packages that use org.apache.commons.digester.annotations Package Description org.apache.commons.digester.annotations Theannotations
package provides for Java5 Annotations meta data-based definition of rules forDigester
.org.apache.commons.digester.annotations.handlers Thehandlers
package containsDigesterLoaderHandler
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 containsAnnotationRuleProvider
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 Class Description AnnotationRuleProvider An object capable of providing instances ofRule
.DigesterLoader This class manages the creation of Digester instances analyzing target classes annotated with digester annotations.DigesterLoaderHandler ADigesterLoaderHandler
intercept aClass
visit performed by theDigesterLoader
and performs theDigesterLoaderHandler.handle(Annotation, AnnotatedElement, FromAnnotationsRuleSet)
method.FromAnnotationRuleProviderFactory DigesterLoader
builder implementation.FromAnnotationsRuleSet -
Classes in org.apache.commons.digester.annotations used by org.apache.commons.digester.annotations.handlers Class Description DigesterLoaderHandler ADigesterLoaderHandler
intercept aClass
visit performed by theDigesterLoader
and performs theDigesterLoaderHandler.handle(Annotation, AnnotatedElement, FromAnnotationsRuleSet)
method.FromAnnotationsRuleSet -
Classes in org.apache.commons.digester.annotations used by org.apache.commons.digester.annotations.internal Class Description AnnotationRuleProvider An object capable of providing instances ofRule
.DigesterLoaderHandler ADigesterLoaderHandler
intercept aClass
visit performed by theDigesterLoader
and performs theDigesterLoaderHandler.handle(Annotation, AnnotatedElement, FromAnnotationsRuleSet)
method.DigesterLoadingException The exception thrown when an error occurs while analyzing targets and building rule sets.FromAnnotationsRuleSet -
Classes in org.apache.commons.digester.annotations used by org.apache.commons.digester.annotations.providers Class Description AnnotationRuleProvider An object capable of providing instances ofRule
. -
Classes in org.apache.commons.digester.annotations used by org.apache.commons.digester.annotations.rules Class Description CreationRule Marks a Digester rule as a creation rule, that's crucial for thesetNext
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 Class Description AnnotationRuleProvider An object capable of providing instances ofRule
.DigesterLoaderHandler ADigesterLoaderHandler
intercept aClass
visit performed by theDigesterLoader
and performs theDigesterLoaderHandler.handle(Annotation, AnnotatedElement, FromAnnotationsRuleSet)
method.DigesterLoadingException The exception thrown when an error occurs while analyzing targets and building rule sets.