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 String |
merge(org.apache.velocity.Template template,
IParams params,
org.apache.velocity.context.Context nestedContext) |
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 String merge(org.apache.velocity.Template template, IParams params, org.apache.velocity.context.Context nestedContext) 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 © 2015 Molindo GmbH. All Rights Reserved.