Package | Description |
---|---|
org.apache.commons.digester.plugins |
The
plugins package provides an easy mechanism whereby new
digestion rules can be added dynamically during a digestion. |
Modifier and Type | Field and Description |
---|---|
private PluginContext |
PluginRules.pluginContext
A reference to the object that holds all data which should only
exist once per digester instance.
|
private PluginContext |
PluginManager.pluginContext
The object containing data that should only exist once for each
Digester instance.
|
Constructor and Description |
---|
PluginManager(PluginContext r)
Construct a "root" PluginManager, ie one with no parent.
|