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

Packages that use org.apache.commons.digester3.annotations.rules
org.apache.commons.digester3.annotations.handlers The handlers package contains AnnotationHandler implementations. 
org.apache.commons.digester3.annotations.rules Classes contained in this package are annotations that reflect Digester rules. 
 

Classes in org.apache.commons.digester3.annotations.rules used by org.apache.commons.digester3.annotations.handlers
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.
SetProperty
          Fields annotated with SetProperty will be bound with SetPropertiesRule digester rule.
SetTop
          Methods annotated with SetTop will be bound with SetTopRule digester rule.
 

Classes in org.apache.commons.digester3.annotations.rules used by org.apache.commons.digester3.annotations.rules
CreationRule
          Marks a Digester rule as a creation rule, that's crucial for the setNext rule.
 



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