| Package | Description |
|---|---|
| org.apache.commons.digester.annotations.handlers |
The
handlers package contains
DigesterLoaderHandler
implementations. |
| org.apache.commons.digester.annotations.providers |
This package contains
AnnotationRuleProvider
implementations. |
| Class | Description |
|---|---|
| SetProperty |
Fields annotated with
SetProperty will be bound
with SetPropertiesRule digester rule. |
| Class | Description |
|---|---|
| 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. |