org.apache.velocity.tools.config
Class XmlFactoryConfigurationRuleSet
java.lang.Object
org.apache.commons.digester.RuleSetBase
org.apache.velocity.tools.config.XmlFactoryConfigurationRuleSet
- All Implemented Interfaces:
- org.apache.commons.digester.RuleSet
public class XmlFactoryConfigurationRuleSet
- extends org.apache.commons.digester.RuleSetBase
- Version:
- $Id: XmlConfiguration.java 511959 2007-02-26 19:24:39Z nbubna $
- Author:
- Nathan Bubna
Fields inherited from class org.apache.commons.digester.RuleSetBase |
namespaceURI |
Methods inherited from class org.apache.commons.digester.RuleSetBase |
getNamespaceURI |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
toolboxConfigurationClass
protected java.lang.Class toolboxConfigurationClass
toolConfigurationClass
protected java.lang.Class toolConfigurationClass
dataClass
protected java.lang.Class dataClass
propertyClass
protected java.lang.Class propertyClass
XmlFactoryConfigurationRuleSet
public XmlFactoryConfigurationRuleSet()
setToolboxConfigurationClass
public void setToolboxConfigurationClass(java.lang.Class clazz)
setToolConfigurationClass
public void setToolConfigurationClass(java.lang.Class clazz)
setDataClass
public void setDataClass(java.lang.Class clazz)
setPropertyClass
public void setPropertyClass(java.lang.Class clazz)
addRuleInstances
public void addRuleInstances(org.apache.commons.digester.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.
- Specified by:
addRuleInstances
in interface org.apache.commons.digester.RuleSet
- Specified by:
addRuleInstances
in class org.apache.commons.digester.RuleSetBase
- Parameters:
digester
- Digester instance to which the new Rule instances
should be added.
Copyright (c) 2003-2007 Apache Software Foundation