org.apache.velocity.tools.view
Class UiDependencyTool.FileRule
java.lang.Object
org.apache.commons.digester.Rule
org.apache.velocity.tools.view.UiDependencyTool.FileRule
- Enclosing class:
- UiDependencyTool
protected static class UiDependencyTool.FileRule
- 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.
Fields inherited from class org.apache.commons.digester.Rule |
digester, namespaceURI |
Methods inherited from class org.apache.commons.digester.Rule |
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 |
UiDependencyTool.FileRule
protected UiDependencyTool.FileRule()
begin
public void begin(String ns,
String el,
Attributes attributes)
throws Exception
- Overrides:
begin
in class org.apache.commons.digester.Rule
- Throws:
Exception
body
public void body(String ns,
String el,
String value)
throws Exception
- Overrides:
body
in class org.apache.commons.digester.Rule
- Throws:
Exception
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.