Package | Description |
---|---|
org.apache.commons.digester3.annotations |
The
annotations package provides for Java5 Annotations
meta data-based definition of rules for Digester . |
org.apache.commons.digester3.annotations.handlers |
The
handlers package contains
AnnotationHandler
implementations. |
org.apache.commons.digester3.binder |
The Digester EDSL allows configure Digester using fluent APIs.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationHandler.handle(A annotation,
E element,
RulesBinder rulesBinder)
Handles the current visited element with the related current annotation.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SetRootHandler.doBind(String pattern,
String namespaceURI,
Method method,
Class<?> type,
boolean fireOnBegin,
RulesBinder rulesBinder) |
protected void |
SetNextHandler.doBind(String pattern,
String namespaceURI,
Method method,
Class<?> type,
boolean fireOnBegin,
RulesBinder rulesBinder) |
void |
BeanPropertySetterHandler.handle(BeanPropertySetter annotation,
Field element,
RulesBinder rulesBinder)
Handles the current visited element with the related current annotation.
|
void |
CallMethodHandler.handle(CallMethod annotation,
Method element,
RulesBinder rulesBinder)
Handles the current visited element with the related current annotation.
|
void |
CallParamHandler.handle(CallParam annotation,
MethodArgument element,
RulesBinder rulesBinder)
Handles the current visited element with the related current annotation.
|
void |
FactoryCreateHandler.handle(FactoryCreate annotation,
Class<?> element,
RulesBinder rulesBinder)
Handles the current visited element with the related current annotation.
|
void |
ObjectCreateHandler.handle(ObjectCreate annotation,
AnnotatedElement element,
RulesBinder rulesBinder)
Handles the current visited element with the related current annotation.
|
void |
PathCallParamHandler.handle(PathCallParam annotation,
MethodArgument element,
RulesBinder rulesBinder)
Handles the current visited element with the related current annotation.
|
void |
SetPropertiesHandler.handle(SetProperty annotation,
Field element,
RulesBinder rulesBinder)
Handles the current visited element with the related current annotation.
|
void |
SetTopHandler.handle(SetTop annotation,
Method element,
RulesBinder rulesBinder)
Handles the current visited element with the related current annotation.
|
Modifier and Type | Method and Description |
---|---|
protected RulesBinder |
AbstractRulesModule.rulesBinder()
Return the wrapped
RulesBinder . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRulesModule.configure(RulesBinder rulesBinder)
Configure the Digester rules binding via the given rules binder.
|
void |
RulesModule.configure(RulesBinder rulesBinder)
Configure the Digester rules binding via the given rules binder.
|
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.