类 ToolboxRuleSet

java.lang.Object
RuleSetBase
org.apache.velocity.tools.view.ToolboxRuleSet
直接已知子类:
ServletToolboxRuleSet

@Deprecated public class ToolboxRuleSet extends RuleSetBase

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 static class 
    已过时。
     
  • 构造器概要

    构造器
    构造器
    说明
    已过时。
     
  • 方法概要

    修饰符和类型
    方法
    说明
    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 specified Digester 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.

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • 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 of org.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

      protected Class getToolInfoClass()
      已过时。
      Return the bean class to be created for tool elements.
    • getDataInfoClass

      protected Class getDataInfoClass()
      已过时。
      Return the bean class to be created for data elements.