Class PrecompiledExecutable
java.lang.Object
de.hybris.platform.scripting.engine.impl.AbstractScriptExecutable
de.hybris.platform.scripting.engine.impl.PrecompiledExecutable
- All Implemented Interfaces:
ScriptExecutable
-
Constructor Summary
ConstructorsConstructorDescriptionPrecompiledExecutable(CompiledScript compiledScript, Map<String, Object> globalContext, org.springframework.context.ApplicationContext appContext, AutoDisablingScriptStrategy autoDisablingScriptStrategy) -
Method Summary
Modifier and TypeMethodDescriptionprotected ScriptExecutionResultexecute(ScriptContext scriptContext) protected ScriptEnginetoString()Methods inherited from class de.hybris.platform.scripting.engine.impl.AbstractScriptExecutable
execute, execute, execute, getAsInterface, getAsInterface, isDisabled, prepareEngineContext
-
Constructor Details
-
PrecompiledExecutable
public PrecompiledExecutable(CompiledScript compiledScript, Map<String, Object> globalContext, org.springframework.context.ApplicationContext appContext, AutoDisablingScriptStrategy autoDisablingScriptStrategy)
-
-
Method Details
-
getEngine
- Specified by:
getEnginein classAbstractScriptExecutable
-
execute
- Specified by:
executein classAbstractScriptExecutable
-
toString
-