Package | Description |
---|---|
org.apache.commons.digester3.annotations.atom | |
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.
|
Class and Description |
---|
CallMethod
Methods annotated with
CallMethod will be bound with CallMethodRule digester rule. |
ObjectCreate
Classes annotated with
ObjectCreate will be bound with ObjectCreateRule digester rule. |
SetNext
Methods annotated with
SetNext will be bound with SetNextRule digester rule. |
Class and Description |
---|
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. |
Class and Description |
---|
CreationRule
Marks a Digester rule as a creation rule, that's crucial for the
setNext rule. |
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.