public class InterpretedScriptExecutable extends AbstractScriptExecutable
| Constructor and Description |
|---|
InterpretedScriptExecutable(String scriptContent,
ScriptEngineFactory scriptEngineFactory,
ApplicationContext appContext,
Map<String,Object> globalContext,
AutoDisablingScriptStrategy autoDisablingScriptStrategy) |
| Modifier and Type | Method and Description |
|---|---|
protected ScriptExecutionResult |
execute(ScriptContext scriptContext) |
protected ScriptEngine |
getEngine() |
String |
toString() |
execute, execute, execute, getAsInterface, getAsInterface, isDisabled, prepareEngineContextpublic InterpretedScriptExecutable(String scriptContent, ScriptEngineFactory scriptEngineFactory, ApplicationContext appContext, Map<String,Object> globalContext, AutoDisablingScriptStrategy autoDisablingScriptStrategy)
protected ScriptExecutionResult execute(ScriptContext scriptContext)
execute in class AbstractScriptExecutableprotected ScriptEngine getEngine()
getEngine in class AbstractScriptExecutableCopyright © 2017 SAP SE. All Rights Reserved.