org.apache.velocity.tools.view
Class UiDependencyTool.NeedsRule

java.lang.Object
  extended by org.apache.commons.digester.Rule
      extended by org.apache.velocity.tools.view.UiDependencyTool.NeedsRule
Enclosing class:
UiDependencyTool

protected static class UiDependencyTool.NeedsRule
extends org.apache.commons.digester.Rule

NOTE: This class may change or disappear w/o warning; don't depend on it unless you're willing to update your code whenever this changes.


Field Summary
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
protected UiDependencyTool.NeedsRule()
           
 
Method Summary
 void body(java.lang.String ns, java.lang.String el, java.lang.String otherGroup)
           
 
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

UiDependencyTool.NeedsRule

protected UiDependencyTool.NeedsRule()
Method Detail

body

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


Copyright (c) 2003-2007 Apache Software Foundation