Uses of Interface
org.apache.commons.digester3.plugins.InitializableRule
-
Packages that use InitializableRule Package Description org.apache.commons.digester3.plugins Thepluginspackage provides an easy mechanism whereby new digestion rules can be added dynamically during a digestion. -
-
Uses of InitializableRule in org.apache.commons.digester3.plugins
Classes in org.apache.commons.digester3.plugins that implement InitializableRule Modifier and Type Class Description classPluginCreateRuleAllows the original rules for parsing the configuration file to define points at which plugins are allowed, by configuring a PluginCreateRule with the appropriate pattern.
-