org.apache.velocity.tools.config
Class XmlFactoryConfigurationRuleSet.DataValueInBodyRule

java.lang.Object
  extended by org.apache.commons.digester.Rule
      extended by org.apache.velocity.tools.config.XmlFactoryConfigurationRuleSet.DataValueInBodyRule
Enclosing class:
XmlFactoryConfigurationRuleSet

public static class XmlFactoryConfigurationRuleSet.DataValueInBodyRule
extends org.apache.commons.digester.Rule

Rule for adding configuration properties


Field Summary
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
XmlFactoryConfigurationRuleSet.DataValueInBodyRule()
           
 
Method Summary
 void body(java.lang.String namespace, java.lang.String element, java.lang.String value)
           
 
Methods inherited from class org.apache.commons.digester.Rule
begin, begin, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlFactoryConfigurationRuleSet.DataValueInBodyRule

public XmlFactoryConfigurationRuleSet.DataValueInBodyRule()
Method Detail

body

public void body(java.lang.String namespace,
                 java.lang.String element,
                 java.lang.String value)
          throws java.lang.Exception
Overrides:
body in class org.apache.commons.digester.Rule
Throws:
java.lang.Exception


Copyright (c) 2003-2007 Apache Software Foundation