Uses of Class
org.apache.commons.digester.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.digester.plugins
Fields in org.apache.commons.digester.plugins declared as PluginContextModifier and TypeFieldDescriptionprivate PluginContextPluginManager.pluginContextThe object containing data that should only exist once for each Digester instance.private PluginContextPluginRules.pluginContextA reference to the object that holds all data which should only exist once per digester instance.Constructors in org.apache.commons.digester.plugins with parameters of type PluginContextModifierConstructorDescriptionConstruct a "root" PluginManager, ie one with no parent.