Uses of Interface
org.apache.commons.digester.annotations.DigesterLoaderHandler
-
Packages that use DigesterLoaderHandler Package Description org.apache.commons.digester.annotations Theannotationspackage provides for Java5 Annotations meta data-based definition of rules forDigester.org.apache.commons.digester.annotations.handlers Thehandlerspackage containsDigesterLoaderHandlerimplementations.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 java.lang.Class<? extends DigesterLoaderHandler<? extends java.lang.annotation.Annotation,? extends java.lang.reflect.AnnotatedElement>>handledBy()The handler that takes care on converting this annotation in the relatedAnnotationRuleProviderand 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 interfaceDefaultLoaderHandlerThe 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 classMethodHandlerHandler that takes care to create theSetNextRuleProviderandSetRootRuleProvider.classSetPropertiesLoaderHandlerHandler 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 java.lang.annotation.Annotation,? extends java.lang.reflect.AnnotatedElement>>
LDefaultDigesterLoaderHandlerFactory. newInstance(java.lang.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 java.lang.annotation.Annotation,? extends java.lang.reflect.AnnotatedElement>>
LDigesterLoaderHandlerFactory. newInstance(java.lang.Class<L> type)Return an instance of the specified type.
-