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
public class RepositoryScriptHandler extends ScriptHandler
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classRepositoryScriptHandler.RepositoryResultProcessor- 
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, _currentUserProvider, _i18nUtils, _rightManager, _scriptBindingEP, RIGHT_EXECUTE_SCRIPTS, ROLE 
 - 
 
- 
Constructor Summary
Constructors Constructor Description RepositoryScriptHandler() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ScriptHandler.ResultProcessorgetProcessor()Returns theScriptHandler.ResultProcessorused to process script result.- 
Methods inherited from class org.ametys.plugins.core.ui.script.ScriptHandler
_executeScript, buildExecArguments, contextualize, executeScript, executeScript, executeScript, getScriptBindingDescription, getWorkspaceName, processScriptResult, service 
- 
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
RepositoryScriptHandler
public RepositoryScriptHandler()
 
 - 
 
- 
Method Detail
- 
getProcessor
protected ScriptHandler.ResultProcessor getProcessor()
Description copied from class:ScriptHandlerReturns theScriptHandler.ResultProcessorused to process script result.- Overrides:
 getProcessorin classScriptHandler- Returns:
 - the 
ScriptHandler.ResultProcessor. 
 
 - 
 
 -