Uses of Class
org.apache.commons.digester.plugins.RulesFactory
-
Packages that use RulesFactory Package Description org.apache.commons.digester.plugins Theplugins
package provides an easy mechanism whereby new digestion rules can be added dynamically during a digestion. -
-
Uses of RulesFactory in org.apache.commons.digester.plugins
Methods in org.apache.commons.digester.plugins that return RulesFactory Modifier and Type Method Description RulesFactory
PluginRules. getRulesFactory()
Return the rules factory object (or null if one has not been specified).Methods in org.apache.commons.digester.plugins with parameters of type RulesFactory Modifier and Type Method Description void
PluginRules. setRulesFactory(RulesFactory factory)
Set the object which is used to generate the new Rules instances created to hold and process the rules associated with each plugged-in class.
-