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

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

protected static class UiDependencyTool.GroupRule
extends 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
private  UiDependencyTool parent
           
 
Constructor Summary
protected UiDependencyTool.GroupRule()
           
 
Method Summary
 void begin(java.lang.String ns, java.lang.String el, org.xml.sax.Attributes attributes)
           
 void end(java.lang.String ns, java.lang.String el)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

private UiDependencyTool parent
Constructor Detail

UiDependencyTool.GroupRule

protected UiDependencyTool.GroupRule()
Method Detail

begin

public void begin(java.lang.String ns,
                  java.lang.String el,
                  org.xml.sax.Attributes attributes)
           throws java.lang.Exception
Throws:
java.lang.Exception

end

public void end(java.lang.String ns,
                java.lang.String el)
         throws java.lang.Exception
Throws:
java.lang.Exception


Copyright (c) 2003-2007 Apache Software Foundation