public class VelocityUtil
extends java.lang.Object
| Constructor and Description |
|---|
VelocityUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
generate(org.apache.velocity.VelocityContext context,
java.lang.String templatePath,
java.lang.String filePath) |
static void |
generate(org.apache.velocity.VelocityContext context,
java.lang.String templatePath,
java.lang.String filePath,
boolean format) |
public static void generate(org.apache.velocity.VelocityContext context,
java.lang.String templatePath,
java.lang.String filePath)
throws java.lang.Exception
java.lang.Exceptionpublic static void generate(org.apache.velocity.VelocityContext context,
java.lang.String templatePath,
java.lang.String filePath,
boolean format)
throws java.lang.Exception
java.lang.Exception