Class SetRootHandler
java.lang.Object
org.apache.commons.digester3.annotations.handlers.SetRootHandler
- All Implemented Interfaces:
AnnotationHandler<SetRoot,Method>
SetRoot handler.- Since:
- 3.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoBind(String pattern, String namespaceURI, Method method, Class<?> type, boolean fireOnBegin, RulesBinder rulesBinder) voidhandle(SetRoot annotation, Method element, RulesBinder rulesBinder) Handles the current visited element with the related current annotation.
-
Constructor Details
-
SetRootHandler
public SetRootHandler()
-
-
Method Details
-
doBind
-
handle
Handles the current visited element with the related current annotation.- Specified by:
handlein interfaceAnnotationHandler<A extends Annotation,Method> - Parameters:
annotation- the current visited annotation.element- the current visited annotated element.rulesBinder- the annotationsRulesBinderwhere rules have to be bound.
-