public class JavascriptTemplate extends Object
| Constructor and Description |
|---|
JavascriptTemplate() |
| Modifier and Type | Method and Description |
|---|---|
static SrcClass |
genClass(String fqn,
JSTNode jstNode) |
static ScriptEngine |
initEngine(JSTNode templateNode) |
static JSTNode |
initNode(String programName) |
static String |
renderToStringImpl(ScriptEngine engine,
JSTNode templateNode,
Object... args) |
public static String renderToStringImpl(ScriptEngine engine, JSTNode templateNode, Object... args)
public static ScriptEngine initEngine(JSTNode templateNode)
Copyright © 2018. All rights reserved.