类 ToolboxRuleSet
java.lang.Object
RuleSetBase
org.apache.velocity.tools.view.ToolboxRuleSet
- 直接已知子类:
ServletToolboxRuleSet
已过时。
The set of Digester rules required to parse a toolbox
configuration file (toolbox.xml
) for the
XMLToolboxManager class.
- 从以下版本开始:
- VelocityTools 1.1
- 版本:
- $Id: ToolboxRuleSet.java 595822 2007-11-16 21:07:51Z nbubna $
- 作者:
- Nathan Bubna, Henning P. Schmiedehausen
-
嵌套类概要
嵌套类 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected void
addDataRules
(Digester digester) 已过时。Add rules for digesting data elements.void
addRuleInstances
(Digester digester) 已过时。Add the set of Rule instances defined in this RuleSet to the specifiedDigester
instance, associating them with our namespace URI (if any).protected void
addToolRules
(Digester digester) 已过时。Add rules for digesting tool elements.protected Class
已过时。Return the bean class to be created for data elements.protected Class
已过时。Return the bean class to be created for tool elements.
-
构造器详细资料
-
ToolboxRuleSet
public ToolboxRuleSet()已过时。
-
-
方法详细资料
-
addRuleInstances
public void addRuleInstances(Digester digester) 已过时。Add the set of Rule instances defined in this RuleSet to the specified
Digester
instance, associating them with our namespace URI (if any). This method should only be called by a Digester instance. These rules assume that an instance oforg.apache.velocity.tools.view.ToolboxManager
is pushed onto the evaluation stack before parsing begins.- 参数:
digester
- Digester instance to which the new Rule instances should be added.
-
addToolRules
protected void addToolRules(Digester digester) 已过时。Add rules for digesting tool elements. -
addDataRules
protected void addDataRules(Digester digester) 已过时。Add rules for digesting data elements. -
getToolInfoClass
已过时。Return the bean class to be created for tool elements. -
getDataInfoClass
已过时。Return the bean class to be created for data elements.
-
XmlFactoryConfigurationRuleSet