org.apache.velocity.tools.view
Class UiDependencyTool.FileRule
java.lang.Object
Rule
org.apache.velocity.tools.view.UiDependencyTool.FileRule
- Enclosing class:
- UiDependencyTool
protected static class UiDependencyTool.FileRule
- 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.
Method Summary |
void |
begin(java.lang.String ns,
java.lang.String el,
org.xml.sax.Attributes attributes)
|
void |
body(java.lang.String ns,
java.lang.String el,
java.lang.String value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UiDependencyTool.FileRule
protected UiDependencyTool.FileRule()
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
body
public void body(java.lang.String ns,
java.lang.String el,
java.lang.String value)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright (c) 2003-2007 Apache Software Foundation