org.apache.velocity.runtime.parser.node
public class NodeUtils extends 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 String |
interpolate(String argStr,
Context vars)
Deprecated.
this method isn't called by any class
|
static String |
specialText(Token t)
Deprecated.
use getSpecialText(Token t)
|
static String |
tokenLiteral(Token t)
complete node literal
|
public static org.apache.commons.lang.text.StrBuilder getSpecialText(Token t)
t
- the Tokenpublic static String tokenLiteral(Token t)
t
- public static String interpolate(String argStr, Context vars) throws MethodInvocationException
argStr
- vars
- MethodInvocationException
Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.