Uses of Interface
org.apache.commons.digester3.annotations.AnnotationHandler

Packages that use AnnotationHandler
org.apache.commons.digester3.annotations The annotations package provides for Java5 Annotations meta data-based definition of rules for Digester
org.apache.commons.digester3.annotations.handlers The handlers package contains AnnotationHandler implementations. 
 

Uses of AnnotationHandler in org.apache.commons.digester3.annotations
 

Methods in org.apache.commons.digester3.annotations with type parameters of type AnnotationHandler
<H extends AnnotationHandler<? extends Annotation,? extends AnnotatedElement>>
H
AnnotationHandlerFactory.newInstance(Class<H> type)
          Return an instance of the specified type.
 

Uses of AnnotationHandler in org.apache.commons.digester3.annotations.handlers
 

Classes in org.apache.commons.digester3.annotations.handlers that implement AnnotationHandler
 class BeanPropertySetterHandler
          BeanPropertySetter handler.
 class CallMethodHandler
          CallMethod handler.
 class CallParamHandler
          CallParam handler.
 class FactoryCreateHandler
          FactoryCreate handler.
 class ObjectCreateHandler
          ObjectCreateHandler handler.
 class PathCallParamHandler
          PathCallParam handler.
 class SetNextHandler
          SetNext handler.
 class SetPropertiesHandler
          SetProperty handler.
 class SetRootHandler
          SetRoot handler.
 class SetTopHandler
          SetTop handler.
 



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