Class SetRootHandler
- java.lang.Object
-
- org.apache.commons.digester3.annotations.handlers.AbstractMethodHandler<SetRoot>
-
- org.apache.commons.digester3.annotations.handlers.SetRootHandler
-
- All Implemented Interfaces:
AnnotationHandler<SetRoot,java.lang.reflect.Method>
public final class SetRootHandler extends AbstractMethodHandler<SetRoot>
SetRoot
handler.- Since:
- 3.0
-
-
Constructor Summary
Constructors Constructor Description SetRootHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doBind(java.lang.String pattern, java.lang.String namespaceURI, java.lang.reflect.Method method, java.lang.Class<?> type, boolean fireOnBegin, RulesBinder rulesBinder)
-
Methods inherited from class org.apache.commons.digester3.annotations.handlers.AbstractMethodHandler
handle
-
-
-
-
Method Detail
-
doBind
protected void doBind(java.lang.String pattern, java.lang.String namespaceURI, java.lang.reflect.Method method, java.lang.Class<?> type, boolean fireOnBegin, RulesBinder rulesBinder)
- Specified by:
doBind
in classAbstractMethodHandler<SetRoot>
-
-