org.apache.velocity.tools.view
@Deprecated public class ToolboxRuleSet extends RuleSetBase
The set of Digester rules required to parse a toolbox
configuration file (toolbox.xml
) for the
XMLToolboxManager class.
Modifier and Type | Class and Description |
---|---|
protected static class |
ToolboxRuleSet.ParameterRule
Deprecated.
|
Constructor and Description |
---|
ToolboxRuleSet()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
addDataRules(Digester digester)
Deprecated.
Add rules for digesting data elements.
|
void |
addRuleInstances(Digester digester)
Deprecated.
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)
Deprecated.
Add rules for digesting tool elements.
|
protected java.lang.Class |
getDataInfoClass()
Deprecated.
Return the bean class to be created for data elements.
|
protected java.lang.Class |
getToolInfoClass()
Deprecated.
Return the bean class to be created for tool elements.
|
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.protected void addToolRules(Digester digester)
protected void addDataRules(Digester digester)
protected java.lang.Class getToolInfoClass()
protected java.lang.Class getDataInfoClass()
Copyright (c) 2003-2007 Apache Software Foundation