org.apache.velocity.tools.config
Class OldXmlFactoryConfigurationRuleSet

java.lang.Object
  extended by org.apache.commons.digester.RuleSetBase
      extended by org.apache.velocity.tools.config.OldXmlFactoryConfigurationRuleSet
All Implemented Interfaces:
org.apache.commons.digester.RuleSet

Deprecated. This is provided merely for 1.x compatibility.

@Deprecated
public class OldXmlFactoryConfigurationRuleSet
extends org.apache.commons.digester.RuleSetBase

The set of Digester rules required to parse a old toolbox configuration file (toolbox.xml).

Version:
$Id: OldXmlFactoryConfigurationRuleSet.java 511959 2007-02-26 19:24:39Z nbubna $
Author:
Nathan Bubna

Nested Class Summary
protected static class OldXmlFactoryConfigurationRuleSet.BooleanConfigRule
          Deprecated.  
protected static class OldXmlFactoryConfigurationRuleSet.CreateSessionRule
          Deprecated.  
protected static class OldXmlFactoryConfigurationRuleSet.DeprecationRule
          Deprecated.  
protected static class OldXmlFactoryConfigurationRuleSet.ParameterRule
          Deprecated.  
protected static class OldXmlFactoryConfigurationRuleSet.ScopeRule
          Deprecated.  
protected static class OldXmlFactoryConfigurationRuleSet.SetNextDataRule
          Deprecated.  
protected static class OldXmlFactoryConfigurationRuleSet.XhtmlRule
          Deprecated.  
 
Field Summary
 
Fields inherited from class org.apache.commons.digester.RuleSetBase
namespaceURI
 
Constructor Summary
OldXmlFactoryConfigurationRuleSet()
          Deprecated.  
 
Method Summary
 void addRuleInstances(org.apache.commons.digester.Digester digester)
          Deprecated.  
 
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
 

Constructor Detail

OldXmlFactoryConfigurationRuleSet

public OldXmlFactoryConfigurationRuleSet()
Deprecated. 
Method Detail

addRuleInstances

public void addRuleInstances(org.apache.commons.digester.Digester digester)
Deprecated. 
Specified by:
addRuleInstances in interface org.apache.commons.digester.RuleSet
Specified by:
addRuleInstances in class org.apache.commons.digester.RuleSetBase


Copyright (c) 2003-2007 Apache Software Foundation