Package org.apache.velocity.tools.view
Class UiDependencyTool.FileRule
- java.lang.Object
-
- org.apache.commons.digester3.Rule
-
- org.apache.velocity.tools.view.UiDependencyTool.FileRule
-
- Enclosing class:
- UiDependencyTool
protected static class UiDependencyTool.FileRule extends org.apache.commons.digester3.RuleNOTE: 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.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFileRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbegin(java.lang.String ns, java.lang.String el, org.xml.sax.Attributes attributes)voidbody(java.lang.String ns, java.lang.String el, java.lang.String value)
-
-
-
Method Detail
-
begin
public void begin(java.lang.String ns, java.lang.String el, org.xml.sax.Attributes attributes) throws java.lang.Exception- Overrides:
beginin classorg.apache.commons.digester3.Rule- Throws:
java.lang.Exception
-
body
public void body(java.lang.String ns, java.lang.String el, java.lang.String value) throws java.lang.Exception- Overrides:
bodyin classorg.apache.commons.digester3.Rule- Throws:
java.lang.Exception
-
-