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