Uses of Class
org.apache.commons.digester.plugins.PluginManager

Packages that use PluginManager
org.apache.commons.digester.plugins Provides an easy mechanism whereby new digestion rules can be added dynamically during a digestion. 
 

Uses of PluginManager in org.apache.commons.digester.plugins
 

Methods in org.apache.commons.digester.plugins that return PluginManager
 PluginManager PluginRules.getPluginManager()
          Return the object which "knows" about all declared plugins.
 

Methods in org.apache.commons.digester.plugins with parameters of type PluginManager
 void Declaration.init(Digester digester, PluginManager pm)
          Must be called exactly once, and must be called before any call to the configure method.
 

Constructors in org.apache.commons.digester.plugins with parameters of type PluginManager
PluginManager(PluginManager parent)
          Construct a "child" PluginManager.
 



Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.