public class XsltCompiledScript extends CompiledScript
| Modifier and Type | Field and Description |
|---|---|
protected ScriptEngine |
scriptEngine |
protected Templates |
templates |
| Constructor and Description |
|---|
XsltCompiledScript(ScriptEngine scriptEngine,
Templates templates) |
| Modifier and Type | Method and Description |
|---|---|
Object |
eval(ScriptContext context) |
ScriptEngine |
getEngine() |
eval, evalprotected final ScriptEngine scriptEngine
protected final Templates templates
public XsltCompiledScript(ScriptEngine scriptEngine, Templates templates)
public Object eval(ScriptContext context) throws ScriptException
eval in class CompiledScriptScriptExceptionpublic ScriptEngine getEngine()
getEngine in class CompiledScriptCopyright © 2014–2019 Camunda Services GmbH. All rights reserved.