Class RepositoryScriptHandler
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.plugins.core.ui.script.ScriptHandler
org.ametys.plugins.repository.script.RepositoryScriptHandler
- All Implemented Interfaces:
LogEnabled,Component,Contextualizable,Serviceable
-
Nested Class Summary
Nested classes/interfaces inherited from class org.ametys.plugins.core.ui.script.ScriptHandler
ScriptHandler.ResultProcessor -
Field Summary
Fields inherited from class org.ametys.plugins.core.ui.script.ScriptHandler
_context, _i18nUtils, _scriptBindingEP, RIGHT_EXECUTE_SCRIPTS, ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ScriptHandler.ResultProcessorReturns theScriptHandler.ResultProcessorused to process script result.Methods inherited from class org.ametys.plugins.core.ui.script.ScriptHandler
_executeScript, buildExecArguments, contextualize, executeScript, executeScript, executeScript, executeScript, getScriptBindingDescription, getWorkspaceName, processScriptResult, serviceMethods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Constructor Details
-
RepositoryScriptHandler
public RepositoryScriptHandler()
-
-
Method Details
-
getProcessor
Description copied from class:ScriptHandlerReturns theScriptHandler.ResultProcessorused to process script result.- Overrides:
getProcessorin classScriptHandler- Returns:
- the
ScriptHandler.ResultProcessor.
-