Uses of Interface
org.apache.commons.digester.plugins.InitializableRule

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

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

Classes in org.apache.commons.digester.plugins that implement InitializableRule
 class PluginCreateRule
          Allows the original rules for parsing the configuration file to define points at which plugins are allowed, by configuring a PluginCreateRule with the appropriate pattern.
 



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