org.apache.velocity.runtime.directive
public class Stop extends Directive
BLOCK, LINE
Constructor and Description |
---|
Stop() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Return name of this directive.
|
int |
getType()
Return type of this directive.
|
void |
init(RuntimeServices rs,
InternalContextAdapter context,
Node node)
How this directive is to be initialized.
|
boolean |
isScopeProvided()
Since there is no processing of content,
there is never a need for an internal scope.
|
boolean |
render(InternalContextAdapter context,
java.io.Writer writer,
Node node)
How this directive is to be rendered
|
getColumn, getLine, getScopeName, getTemplateName, makeScope, postRender, preRender, setLocation, setLocation
public java.lang.String getName()
public int getType()
public boolean isScopeProvided()
isScopeProvided
in class Directive
public void init(RuntimeServices rs, InternalContextAdapter context, Node node)
Directive
public boolean render(InternalContextAdapter context, java.io.Writer writer, Node node)
Directive
Copyright © 2000-2014. All Rights Reserved.