Uses of Interface
org.apache.commons.digester.annotations.DigesterLoaderHandler

Packages that use DigesterLoaderHandler
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.spi Contains annotations package SPI definition. 
 

Uses of DigesterLoaderHandler in org.apache.commons.digester.annotations.handlers
 

Subinterfaces of DigesterLoaderHandler in org.apache.commons.digester.annotations.handlers
 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
 class MethodHandler
          Handler that takes care to create the SetNextRuleProvider and SetRootRuleProvider.
 class SetPropertiesLoaderHandler
          Handler that takes care to create the SetPropertiesRuleProvider.
 

Uses of DigesterLoaderHandler in org.apache.commons.digester.annotations.internal
 

Methods in org.apache.commons.digester.annotations.internal with type parameters of type DigesterLoaderHandler
<L extends DigesterLoaderHandler<? extends Annotation,? extends AnnotatedElement>>
L
DefaultDigesterLoaderHandlerFactory.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
<L extends DigesterLoaderHandler<? extends Annotation,? extends AnnotatedElement>>
L
DigesterLoaderHandlerFactory.newInstance(Class<L> type)
          Return an instance of the specified type.
 



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