Uses of Interface
org.apache.commons.digester3.binder.RulesModule
Packages that use RulesModule
Package
Description
The
annotations package provides for Java5 Annotations
meta data-based definition of rules for Digester.The Digester EDSL allows configure Digester using fluent APIs.
The Digester package lets you configure an XML -> Java object mapping module,
which triggers certain actions called rules whenever a particular pattern of
nested XML elements is recognized.
-
Uses of RulesModule in org.apache.commons.digester3.annotations
Classes in org.apache.commons.digester3.annotations that implement RulesModuleModifier and TypeClassDescriptionclassRulesModuleimplementation that allows loading rules from annotated classes.Methods in org.apache.commons.digester3.annotations with parameters of type RulesModuleModifier and TypeMethodDescriptionvoidWithMemoryRulesBinder.install(RulesModule rulesModule) Allows sub-modules inclusion while binding rules. -
Uses of RulesModule in org.apache.commons.digester3.binder
Classes in org.apache.commons.digester3.binder that implement RulesModuleModifier and TypeClassDescriptionclassA support class for RulesModule which reduces repetition and results in a more readable configuration, that sets rules binding for a defined namespace URI (it can be overridden while binding).classA support class for RulesModule which reduces repetition and results in a more readable configuration.Fields in org.apache.commons.digester3.binder with type parameters of type RulesModuleMethods in org.apache.commons.digester3.binder with parameters of type RulesModuleModifier and TypeMethodDescriptionprotected voidAbstractRulesModule.install(RulesModule rulesModule) Uses the given module to configure more bindings.voidDefaultRulesBinder.install(RulesModule rulesModule) Allows sub-modules inclusion while binding rules.voidRulesBinder.install(RulesModule rulesModule) Allows sub-modules inclusion while binding rules.static DigesterLoaderDigesterLoader.newLoader(RulesModule... rulesModules) Creates a newDigesterLoaderinstance given one or moreRulesModuleinstance.Method parameters in org.apache.commons.digester3.binder with type arguments of type RulesModuleModifier and TypeMethodDescriptionstatic DigesterLoaderDigesterLoader.newLoader(Iterable<RulesModule> rulesModules) Creates a newDigesterLoaderinstance given a collection ofRulesModuleinstance.Constructor parameters in org.apache.commons.digester3.binder with type arguments of type RulesModuleModifierConstructorDescriptionprivateDigesterLoader(Iterable<RulesModule> rulesModules) Creates a newDigesterLoaderinstance given a collection ofRulesModuleinstance. -
Uses of RulesModule in org.apache.commons.digester3.xmlrules
Classes in org.apache.commons.digester3.xmlrules that implement RulesModuleModifier and TypeClassDescriptionclassRulesModuleimplementation that allows loading rules from XML files.(package private) final classMethods in org.apache.commons.digester3.xmlrules with parameters of type RulesModuleModifier and TypeMethodDescriptionprivate voidIncludeRule.install(RulesModule rulesModule) voidNameSpaceURIRulesBinder.install(RulesModule rulesModule) Allows sub-modules inclusion while binding rules.voidPrefixedRulesBinder.install(RulesModule rulesModule) Allows sub-modules inclusion while binding rules.voidWithMemoryRulesBinder.install(RulesModule rulesModule) Allows sub-modules inclusion while binding rules.