Uses of Class
org.apache.commons.digester3.plugins.PluginContext
Packages that use PluginContext
Package
Description
The
plugins
package provides an easy mechanism whereby new
digestion rules can be added dynamically during a digestion.-
Uses of PluginContext in org.apache.commons.digester3.plugins
Fields in org.apache.commons.digester3.plugins declared as PluginContextModifier and TypeFieldDescriptionprivate PluginContext
PluginManager.pluginContext
The object containing data that should only exist once for each Digester instance.private PluginContext
PluginRules.pluginContext
A reference to the object that holds all data which should only exist once per digester instance.Constructors in org.apache.commons.digester3.plugins with parameters of type PluginContextModifierConstructorDescriptionConstruct a "root" PluginManager, ie one with no parent.