Uses of Class
org.apache.commons.digester3.plugins.PluginContext
-
Packages that use PluginContext Package Description org.apache.commons.digester3.plugins Theplugins
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 PluginContext Modifier and Type Field Description private 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 PluginContext Constructor Description PluginManager(PluginContext r)
Construct a "root" PluginManager, ie one with no parent.
-