org.apache.dvsl.directive
Class NameDirective
java.lang.Object
org.apache.velocity.runtime.directive.Directive
org.apache.dvsl.directive.NameDirective
- All Implemented Interfaces:
- Cloneable, DirectiveConstants
public class NameDirective
- extends Directive
To implement the functionality of
- Author:
- Geir Magnusson Jr.
Fields inherited from class org.apache.velocity.runtime.directive.Directive |
rsvc |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NameDirective
public NameDirective()
getName
public String getName()
- Specified by:
getName
in class Directive
getType
public int getType()
- Specified by:
getType
in class Directive
render
public boolean render(InternalContextAdapter context,
Writer writer,
Node node)
throws IOException
- Specified by:
render
in class Directive
- Throws:
IOException
Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.