-
-
-
Methods in com.spun.util.velocity with parameters of type ContextAware
| Modifier and Type |
Method |
Description |
String |
ParseCall.parse(String template,
ContextAware process) |
|
String |
VelocityParser.FileParseCall.parse(String template,
ContextAware process) |
|
String |
VelocityParser.JarParseCall.parse(String template,
ContextAware process) |
|
static String |
VelocityParser.parse(String template,
Properties props,
ContextAware process) |
|
static String |
VelocityParser.parse(String template,
Properties props,
ContextAware[] process) |
|
static Writer |
VelocityParser.parse(String template,
Properties props,
ContextAware[] process,
Writer out) |
|
static String |
VelocityParser.parseFile(String template,
ContextAware process) |
|
static String |
VelocityParser.parseFile(String templateFileName,
File outputFile,
ContextAware process) |
Parse a File to a File
|
static String |
VelocityParser.parseFile(String templateFileName,
String outputFileName,
ContextAware process) |
Parse a File to a File
|
static String |
VelocityParser.parseFromClassPath(Class<?> clazz,
String filename,
ContextAware context) |
|
static String |
VelocityParser.parseJar(String template,
ContextAware process) |
|
static String |
VelocityParser.parseString(String template,
ContextAware process) |
|