| Package | Description |
|---|---|
| com.hybris.backoffice.widgets.scriptexecutor | |
| de.hybris.platform.scripting.engine | |
| de.hybris.platform.scripting.engine.impl |
| Modifier and Type | Method and Description |
|---|---|
protected ScriptExecutionResult |
ScriptExecutorController.executeScript(ScriptExecutable executable,
java.lang.Object data) |
| Modifier and Type | Method and Description |
|---|---|
ScriptExecutable |
ScriptingLanguagesService.getExecutableByContent(ScriptContent scriptContent)
Returns ready for execution object based on ScriptContent.
|
ScriptExecutable |
ScriptingLanguagesService.getExecutableByURI(java.lang.String scriptURI)
Returns ready for execution object based on scriptURI.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AutoDisablingScriptStrategy.isDisabled(ScriptExecutable executable)
Checks whether given
ScriptExecutable is disabled. |
void |
AutoDisablingScriptStrategy.onException(java.lang.Exception exception,
ScriptExecutable executable,
java.util.Map<java.lang.String,java.lang.Object> scriptContext)
This method reacts on Exception thrown from
ScriptExecutable. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractScriptExecutable |
class |
InterpretedScriptExecutable |
class |
PrecompiledExecutable |
| Modifier and Type | Method and Description |
|---|---|
ScriptExecutable |
DefaultScriptingLanguagesService.getExecutableByContent(ScriptContent scriptContent) |
ScriptExecutable |
DefaultScriptingLanguagesService.getExecutableByURI(java.lang.String scriptURI) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultAutoDisablingScriptStrategy.isDisabled(ScriptExecutable executable) |
void |
DefaultAutoDisablingScriptStrategy.onException(java.lang.Exception exception,
ScriptExecutable executable,
java.util.Map<java.lang.String,java.lang.Object> scriptContext) |
Copyright © 2018 SAP SE. All Rights Reserved.