org.camunda.bpm.extension.xslt
Class XsltScriptEngine
java.lang.Object
javax.script.AbstractScriptEngine
org.camunda.bpm.extension.xslt.XsltScriptEngine
- All Implemented Interfaces:
- Compilable, ScriptEngine
public class XsltScriptEngine
- extends AbstractScriptEngine
- implements Compilable
- Author:
- Stefan Hentschel.
| Methods inherited from class javax.script.AbstractScriptEngine |
eval, eval, eval, eval, get, getBindings, getContext, getScriptContext, put, setBindings, setContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
scriptEngineFactory
protected ScriptEngineFactory scriptEngineFactory
XsltScriptEngine
public XsltScriptEngine()
XsltScriptEngine
public XsltScriptEngine(ScriptEngineFactory scriptEngineFactory)
compile
public CompiledScript compile(String script)
throws ScriptException
- Specified by:
compile in interface Compilable
- Throws:
ScriptException
compile
public CompiledScript compile(Reader script)
throws ScriptException
- Specified by:
compile in interface Compilable
- Throws:
ScriptException
eval
public Object eval(String script,
ScriptContext context)
throws ScriptException
- Specified by:
eval in interface ScriptEngine
- Throws:
ScriptException
eval
public Object eval(Reader reader,
ScriptContext context)
throws ScriptException
- Specified by:
eval in interface ScriptEngine
- Throws:
ScriptException
evaluate
public Object evaluate(Transformer transformer,
ScriptContext context)
throws ScriptException
- Throws:
ScriptException
createBindings
public Bindings createBindings()
- Specified by:
createBindings in interface ScriptEngine
getFactory
public ScriptEngineFactory getFactory()
- Specified by:
getFactory in interface ScriptEngine
Copyright © 2015 camunda services GmbH. All rights reserved.