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

Packages that use AnnotationRuleProvider
org.apache.commons.digester.annotations The annotations package provides for Java5 Annotations meta data-based definition of rules for Digester
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 contains AnnotationRuleProvider implementations. 
org.apache.commons.digester.annotations.spi Contains annotations package SPI definition. 
 

Uses of AnnotationRuleProvider in org.apache.commons.digester.annotations
 

Methods in org.apache.commons.digester.annotations with type parameters of type AnnotationRuleProvider
<A extends Annotation,E extends AnnotatedElement,R extends Rule,T extends AnnotationRuleProvider<A,E,R>>
void
FromAnnotationsRuleSet.addRuleProvider(String pattern, Class<T> klass, A annotation, E element)
          Builds and register an AnnotationRuleProvider for a specific pattern.
<T extends AnnotationRuleProvider<? extends Annotation,? extends AnnotatedElement,? extends Rule>>
T
FromAnnotationsRuleSet.getProvider(String pattern, Class<T> providerClass)
          Retrieves a specific instance of the AnnotationRuleProvider for the input pattern.
 

Methods in org.apache.commons.digester.annotations with parameters of type AnnotationRuleProvider
 void FromAnnotationsRuleSet.addRuleProvider(String pattern, AnnotationRuleProvider<? extends Annotation,? extends AnnotatedElement,? extends Rule> ruleProvider)
          Register an AnnotationRuleProvider for a specific pattern.
 

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

Methods in org.apache.commons.digester.annotations.internal with type parameters of type AnnotationRuleProvider
<T extends AnnotationRuleProvider<? extends Annotation,? extends AnnotatedElement,? extends Rule>>
T
DefaultAnnotationRuleProviderFactory.newInstance(Class<T> type)
          Return an AnnotationRuleProvider instance of the specified type.
 

Uses of AnnotationRuleProvider in org.apache.commons.digester.annotations.providers
 

Classes in org.apache.commons.digester.annotations.providers that implement AnnotationRuleProvider
 class AttributeCallParamRuleProvider
          Provides instances of CallParamRule.
 class BeanPropertySetterRuleProvider
          Provides instances of BeanPropertySetterRule.
 class CallMethodRuleProvider
          Provides instances of CallMethodRule
 class CallParamRuleProvider
          Provides instances of CallParamRule.
 class FactoryCreateRuleProvider
          Provides instances of FactoryCreateRule.
 class ObjectCreateRuleProvider
          Provides instances of ObjectCreateRule.
 class PathCallParamRuleProvider
          Provides instances of PathCallParamRule.
 class SetNextRuleProvider
          Provides instances of SetNextRule.
 class SetPropertiesRuleProvider
          Provides instances of SetPropertiesRule.
 class SetRootRuleProvider
          Provides instances of SetRootRule.
 class SetTopRuleProvider
          Provides instances of SetTopRule.
 class StackCallParamRuleProvider
          Provides instances of CallParamRule.
 

Uses of AnnotationRuleProvider in org.apache.commons.digester.annotations.spi
 

Methods in org.apache.commons.digester.annotations.spi with type parameters of type AnnotationRuleProvider
<T extends AnnotationRuleProvider<? extends Annotation,? extends AnnotatedElement,? extends Rule>>
T
AnnotationRuleProviderFactory.newInstance(Class<T> type)
          Return an AnnotationRuleProvider instance of the specified type.
 



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