Uses of Interface
org.apache.commons.digester.annotations.DigesterLoaderHandler
-
Packages that use DigesterLoaderHandler 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.spi Contains annotations package SPI definition. -
-
Uses of DigesterLoaderHandler in org.apache.commons.digester.annotations
Methods in org.apache.commons.digester.annotations that return types with arguments of type DigesterLoaderHandler Modifier and Type Method Description Class<? extends DigesterLoaderHandler<? extends Annotation,? extends AnnotatedElement>>
handledBy()
The handler that takes care on converting this annotation in the relatedAnnotationRuleProvider
and adds it o theFromAnnotationsRuleSet
-
Uses of DigesterLoaderHandler in org.apache.commons.digester.annotations.handlers
Subinterfaces of DigesterLoaderHandler in org.apache.commons.digester.annotations.handlers Modifier and Type Interface Description interface
DefaultLoaderHandler
The DefaultLoaderHandler marks rules that have to be processed by the built-in Digester annotation rules engine.Classes in org.apache.commons.digester.annotations.handlers that implement DigesterLoaderHandler Modifier and Type Class Description class
MethodHandler
Handler that takes care to create theSetNextRuleProvider
andSetRootRuleProvider
.class
SetPropertiesLoaderHandler
Handler that takes care to create theSetPropertiesRuleProvider
. -
Uses of DigesterLoaderHandler in org.apache.commons.digester.annotations.internal
Methods in org.apache.commons.digester.annotations.internal with type parameters of type DigesterLoaderHandler Modifier and Type Method Description <L extends DigesterLoaderHandler<? extends Annotation,? extends AnnotatedElement>>
LDefaultDigesterLoaderHandlerFactory. newInstance(Class<L> type)
Return an instance of the specified type. -
Uses of DigesterLoaderHandler in org.apache.commons.digester.annotations.spi
Methods in org.apache.commons.digester.annotations.spi with type parameters of type DigesterLoaderHandler Modifier and Type Method Description <L extends DigesterLoaderHandler<? extends Annotation,? extends AnnotatedElement>>
LDigesterLoaderHandlerFactory. newInstance(Class<L> type)
Return an instance of the specified type.
-