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

Classes contained in this package are annotations that reflect Digester rules.

See:
          Description

Annotation Types Summary
AttributeCallParam Methods arguments annotated with AttributeCallParam will be bound with CallParamRule digester rule.
AttributeCallParam.List Defines several @AttributeCallParam annotations on the same element.
BeanPropertySetter Fields annotated with BeanPropertySetter will be bound with BeanPropertySetterRule digester rule.
BeanPropertySetter.List Defines several @BeanPropertySetter annotations on the same element.
CallMethod Methods annotated with CallMethod will be bound with CallMethodRule digester rule.
CallMethod.List Defines several @CallMethod annotations on the same element.
CallParam Methods arguments annotated with CallParam will be bound with CallParamRule digester rule.
CallParam.List Defines several @CallParam annotations on the same element.
FactoryCreate Classes annotated with FactoryCreate will be bound with FactoryCreateRule digester rule.
FactoryCreate.List Defines several @FactoryCreate annotations on the same element.
ObjectCreate Classes annotated with ObjectCreate will be bound with ObjectCreateRule digester rule.
ObjectCreate.List Defines several @ObjectCreate annotations on the same element.
PathCallParam Methods arguments annotated with PathCallParam will be bound with PathCallParamRule digester rule.
PathCallParam.List Defines several @PathCallParam annotations on the same element.
SetNext Methods annotated with SetNext will be bound with SetNextRule digester rule.
SetProperty Fields annotated with SetProperty will be bound with SetPropertiesRule digester rule.
SetProperty.List Defines several @SetProperty annotations on the same element.
SetRoot Methods annotated with SetRoot will be bound with SetRootRule digester rule.
SetTop Methods annotated with SetTop will be bound with SetTopRule digester rule.
SetTop.List Defines several @SetTop annotations on the same element
StackCallParam Methods arguments annotated with StackCallParam will be bound with CallParamRule digester rule.
StackCallParam.List Defines several StackCallParam annotations on the same element.
 

Package org.apache.commons.digester.annotations.rules Description

Classes contained in this package are annotations that reflect Digester rules.



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