public class VelocityUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
merge(org.apache.velocity.runtime.RuntimeServices runtime,
String content,
String templateName,
IParams params) |
static String |
merge(org.apache.velocity.Template template,
IParams params) |
static org.apache.velocity.runtime.RuntimeServices |
newRuntime() |
static org.apache.velocity.Template |
newTemplate(org.apache.velocity.runtime.RuntimeServices runtime,
String content,
String templateName) |
public static org.apache.velocity.runtime.RuntimeServices newRuntime()
public static String merge(org.apache.velocity.runtime.RuntimeServices runtime, String content, String templateName, IParams params) throws IRenderService.RenderException
IRenderService.RenderExceptionpublic static String merge(org.apache.velocity.Template template, IParams params) throws IRenderService.RenderException
IRenderService.RenderExceptionpublic static org.apache.velocity.Template newTemplate(org.apache.velocity.runtime.RuntimeServices runtime,
String content,
String templateName)
throws IRenderService.RenderException
IRenderService.RenderExceptionCopyright © 2013 Molindo GmbH. All Rights Reserved.