org.apache.velocity.tools.config
Class OldXmlFactoryConfigurationRuleSet.BooleanConfigRule

java.lang.Object
  extended by org.apache.commons.digester.Rule
      extended by org.apache.velocity.tools.config.OldXmlFactoryConfigurationRuleSet.BooleanConfigRule
Direct Known Subclasses:
OldXmlFactoryConfigurationRuleSet.CreateSessionRule, OldXmlFactoryConfigurationRuleSet.XhtmlRule
Enclosing class:
OldXmlFactoryConfigurationRuleSet

protected abstract static class OldXmlFactoryConfigurationRuleSet.BooleanConfigRule
extends org.apache.commons.digester.Rule


Field Summary
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
protected OldXmlFactoryConfigurationRuleSet.BooleanConfigRule()
           
 
Method Summary
 void body(java.lang.String ns, java.lang.String name, java.lang.String text)
           
abstract  void setBoolean(FactoryConfiguration parent, java.lang.Boolean 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

OldXmlFactoryConfigurationRuleSet.BooleanConfigRule

protected OldXmlFactoryConfigurationRuleSet.BooleanConfigRule()
Method Detail

body

public void body(java.lang.String ns,
                 java.lang.String name,
                 java.lang.String text)
          throws java.lang.Exception
Overrides:
body in class org.apache.commons.digester.Rule
Throws:
java.lang.Exception

setBoolean

public abstract void setBoolean(FactoryConfiguration parent,
                                java.lang.Boolean value)


Copyright (c) 2003-2007 Apache Software Foundation