Uses of Interface
org.apache.commons.digester3.binder.RulesBinder
Packages that use RulesBinder
Package
Description
The
annotations package provides for Java5 Annotations
meta data-based definition of rules for Digester.The
handlers package contains
AnnotationHandler
implementations.The Digester EDSL allows configure Digester using fluent APIs.
-
Uses of RulesBinder in org.apache.commons.digester3.annotations
Methods in org.apache.commons.digester3.annotations with parameters of type RulesBinderModifier and TypeMethodDescriptionvoidAnnotationHandler.handle(A annotation, E element, RulesBinder rulesBinder) Handles the current visited element with the related current annotation. -
Uses of RulesBinder in org.apache.commons.digester3.annotations.handlers
Methods in org.apache.commons.digester3.annotations.handlers with parameters of type RulesBinderModifier and TypeMethodDescriptionprotected voidSetNextHandler.doBind(String pattern, String namespaceURI, Method method, Class<?> type, boolean fireOnBegin, RulesBinder rulesBinder) protected voidSetRootHandler.doBind(String pattern, String namespaceURI, Method method, Class<?> type, boolean fireOnBegin, RulesBinder rulesBinder) voidBeanPropertySetterHandler.handle(BeanPropertySetter annotation, Field element, RulesBinder rulesBinder) Handles the current visited element with the related current annotation.voidCallMethodHandler.handle(CallMethod annotation, Method element, RulesBinder rulesBinder) Handles the current visited element with the related current annotation.voidCallParamHandler.handle(CallParam annotation, MethodArgument element, RulesBinder rulesBinder) Handles the current visited element with the related current annotation.voidFactoryCreateHandler.handle(FactoryCreate annotation, Class<?> element, RulesBinder rulesBinder) Handles the current visited element with the related current annotation.voidObjectCreateHandler.handle(ObjectCreate annotation, AnnotatedElement element, RulesBinder rulesBinder) Handles the current visited element with the related current annotation.voidPathCallParamHandler.handle(PathCallParam annotation, MethodArgument element, RulesBinder rulesBinder) Handles the current visited element with the related current annotation.voidSetPropertiesHandler.handle(SetProperty annotation, Field element, RulesBinder rulesBinder) Handles the current visited element with the related current annotation.voidSetTopHandler.handle(SetTop annotation, Method element, RulesBinder rulesBinder) Handles the current visited element with the related current annotation. -
Uses of RulesBinder in org.apache.commons.digester3.binder
Methods in org.apache.commons.digester3.binder that return RulesBinderModifier and TypeMethodDescriptionprotected RulesBinderAbstractRulesModule.rulesBinder()Return the wrappedRulesBinder.Methods in org.apache.commons.digester3.binder with parameters of type RulesBinderModifier and TypeMethodDescriptionfinal voidAbstractRulesModule.configure(RulesBinder rulesBinder) Configure the Digester rules binding via the given rules binder.voidRulesModule.configure(RulesBinder rulesBinder) Configure the Digester rules binding via the given rules binder.