public class DefaultScriptExecutor extends AbstractScriptExecutor
ScriptExecutor
language, logger, scriptEngine
Modifier and Type | Method and Description |
---|---|
protected Object |
postProcess(Object result,
ScriptEngine scriptEngine,
String script,
Bindings bindings)
Subclasses may implement this to provide any special handling required
|
executeScript, executeScript
protected Object postProcess(Object result, ScriptEngine scriptEngine, String script, Bindings bindings)
AbstractScriptExecutor
postProcess
in class AbstractScriptExecutor
result
- the result.scriptEngine
- the engine.script
- the script.bindings
- the bindings.