Package | Description |
---|---|
org.apache.commons.digester3.annotations |
The
annotations package provides for Java5 Annotations
meta data-based definition of rules for Digester . |
org.apache.commons.digester3.binder |
The Digester EDSL allows configure Digester using fluent APIs.
|
org.apache.commons.digester3.edsl.atom | |
org.apache.commons.digester3.xmlrules |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
FromAnnotationsRuleModule
RulesModule implementation that allows loading rules from
annotated classes. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNamespaceURIBasedRulesModule
A 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).
|
class |
AbstractRulesModule
A support class for RulesModule which reduces repetition and results in a more readable configuration.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractRulesModule.install(RulesModule rulesModule)
Uses the given module to configure more bindings.
|
void |
RulesBinder.install(RulesModule rulesModule)
Allows sub-modules inclusion while binding rules.
|
static DigesterLoader |
DigesterLoader.newLoader(RulesModule... rulesModules)
Creates a new
DigesterLoader instance given one or more RulesModule instance. |
Modifier and Type | Method and Description |
---|---|
static DigesterLoader |
DigesterLoader.newLoader(Iterable<RulesModule> rulesModules)
Creates a new
DigesterLoader instance given a collection of RulesModule instance. |
Modifier and Type | Class and Description |
---|---|
class |
AtomRulesModule |
Modifier and Type | Class and Description |
---|---|
class |
FromXmlRulesModule
RulesModule implementation that allows loading rules from
XML files. |
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.