org.camunda.bpm.extension.xslt
Class XsltCompiledScript
java.lang.Object
javax.script.CompiledScript
org.camunda.bpm.extension.xslt.XsltCompiledScript
public class XsltCompiledScript
- extends CompiledScript
- Author:
- Stefan Hentschel.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
scriptEngine
protected final ScriptEngine scriptEngine
templates
protected final Templates templates
XsltCompiledScript
public XsltCompiledScript(ScriptEngine scriptEngine,
Templates templates)
eval
public Object eval(ScriptContext context)
throws ScriptException
- Specified by:
eval in class CompiledScript
- Throws:
ScriptException
getEngine
public ScriptEngine getEngine()
- Specified by:
getEngine in class CompiledScript
Copyright © 2015 camunda services GmbH. All rights reserved.