Class SetTopHandler
- java.lang.Object
-
- org.apache.commons.digester3.annotations.handlers.SetTopHandler
-
- All Implemented Interfaces:
AnnotationHandler<SetTop,java.lang.reflect.Method>
public final class SetTopHandler extends java.lang.Object implements AnnotationHandler<SetTop,java.lang.reflect.Method>
SetTophandler.- Since:
- 3.0
-
-
Constructor Summary
Constructors Constructor Description SetTopHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(SetTop annotation, java.lang.reflect.Method element, RulesBinder rulesBinder)Handles the current visited element with the related current annotation.
-
-
-
Constructor Detail
-
SetTopHandler
public SetTopHandler()
-
-
Method Detail
-
handle
public void handle(SetTop annotation, java.lang.reflect.Method element, RulesBinder rulesBinder)
Handles the current visited element with the related current annotation.- Specified by:
handlein interfaceAnnotationHandler<SetTop,java.lang.reflect.Method>- Parameters:
annotation- the current visited annotation.element- the current visited annotated element.rulesBinder- the annotationsRulesBinderwhere rules have to be bound.
-
-