| Constructor and Description |
|---|
Jsr223Script(String text,
ScriptEngine engine) |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(org.databene.commons.Context context) |
void |
execute(org.databene.commons.Context context,
Writer out) |
String |
toString() |
public Jsr223Script(String text, ScriptEngine engine)
public Object evaluate(org.databene.commons.Context context) throws ScriptException
evaluate in interface ScriptScriptExceptionpublic void execute(org.databene.commons.Context context,
Writer out)
throws ScriptException,
IOException
execute in interface ScriptScriptExceptionIOExceptionCopyright © 2006–2016 Volker Bergmann. All rights reserved.