Uses of Package
org.apache.commons.digester.annotations.rules

Packages that use org.apache.commons.digester.annotations.rules
org.apache.commons.digester.annotations.handlers The handlers package contains DigesterLoaderHandler implementations. 
org.apache.commons.digester.annotations.providers This package contains AnnotationRuleProvider implementations. 
 

Classes in org.apache.commons.digester.annotations.rules used by org.apache.commons.digester.annotations.handlers
SetProperty
          Fields annotated with SetProperty will be bound with SetPropertiesRule digester rule.
 

Classes in org.apache.commons.digester.annotations.rules used by org.apache.commons.digester.annotations.providers
AttributeCallParam
          Methods arguments annotated with AttributeCallParam will be bound with CallParamRule digester rule.
BeanPropertySetter
          Fields annotated with BeanPropertySetter will be bound with BeanPropertySetterRule digester rule.
CallMethod
          Methods annotated with CallMethod will be bound with CallMethodRule digester rule.
CallParam
          Methods arguments annotated with CallParam will be bound with CallParamRule digester rule.
FactoryCreate
          Classes annotated with FactoryCreate will be bound with FactoryCreateRule digester rule.
ObjectCreate
          Classes annotated with ObjectCreate will be bound with ObjectCreateRule digester rule.
PathCallParam
          Methods arguments annotated with PathCallParam will be bound with PathCallParamRule digester rule.
SetNext
          Methods annotated with SetNext will be bound with SetNextRule digester rule.
SetProperty
          Fields annotated with SetProperty will be bound with SetPropertiesRule digester rule.
SetRoot
          Methods annotated with SetRoot will be bound with SetRootRule digester rule.
SetTop
          Methods annotated with SetTop will be bound with SetTopRule digester rule.
StackCallParam
          Methods arguments annotated with StackCallParam will be bound with CallParamRule digester rule.
 



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