org.apache.velocity.runtime.parser.node
public class NodeUtils extends java.lang.Object
Constructor and Description |
---|
NodeUtils() |
Modifier and Type | Method and Description |
---|---|
static org.apache.commons.lang.text.StrBuilder |
getSpecialText(Token t)
Collect all the
|
static java.lang.String |
interpolate(java.lang.String argStr,
Context vars)
Deprecated.
this method isn't called by any class
|
static java.lang.String |
specialText(Token t)
Deprecated.
use getSpecialText(Token t)
|
static java.lang.String |
tokenLiteral(Token t)
complete node literal
|
public static java.lang.String specialText(Token t)
public static org.apache.commons.lang.text.StrBuilder getSpecialText(Token t)
t
- the Tokenpublic static java.lang.String tokenLiteral(Token t)
t
- public static java.lang.String interpolate(java.lang.String argStr, Context vars) throws MethodInvocationException
argStr
- vars
- MethodInvocationException
Copyright © 2000-2014. All Rights Reserved.