Class GetExtractionResultFilesAction
- java.lang.Object
-
- org.apache.avalon.framework.logger.AbstractLogEnabled
-
- org.apache.cocoon.acting.AbstractAction
-
- org.apache.cocoon.acting.ServiceableAction
-
- org.ametys.plugins.core.ui.parameter.files.AbstractGetFilesAction
-
- org.ametys.plugins.extraction.execution.GetExtractionResultFilesAction
-
- All Implemented Interfaces:
Component,Contextualizable,LogEnabled,Serviceable,Action
public class GetExtractionResultFilesAction extends AbstractGetFilesAction
Action for getting extraction result files
-
-
Field Summary
Fields Modifier and Type Field Description private CurrentUserProvider_currentUserProviderprivate RightManager_rightManager-
Fields inherited from class org.ametys.plugins.core.ui.parameter.files.AbstractGetFilesAction
_cocoonContext
-
Fields inherited from class org.apache.cocoon.acting.ServiceableAction
manager
-
Fields inherited from class org.apache.cocoon.acting.AbstractAction
EMPTY_MAP
-
-
Constructor Summary
Constructors Constructor Description GetExtractionResultFilesAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Mapact(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters)protected StringgetRootURI(Request request)Get the URI of root directory such as 'context://WEB-INF/param'voidservice(ServiceManager serviceManager)-
Methods inherited from class org.ametys.plugins.core.ui.parameter.files.AbstractGetFilesAction
_collection2JsonObject, _getRelativePath, _resource2JsonObject, contextualize, isIgnoredSource
-
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
-
-
-
Field Detail
-
_rightManager
private RightManager _rightManager
-
_currentUserProvider
private CurrentUserProvider _currentUserProvider
-
-
Constructor Detail
-
GetExtractionResultFilesAction
public GetExtractionResultFilesAction()
-
-
Method Detail
-
service
public void service(ServiceManager serviceManager) throws ServiceException
- Specified by:
servicein interfaceServiceable- Overrides:
servicein classAbstractGetFilesAction- Throws:
ServiceException
-
act
public Map act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) throws Exception
- Specified by:
actin interfaceAction- Overrides:
actin classAbstractGetFilesAction- Throws:
Exception
-
getRootURI
protected String getRootURI(Request request)
Description copied from class:AbstractGetFilesActionGet the URI of root directory such as 'context://WEB-INF/param'- Specified by:
getRootURIin classAbstractGetFilesAction- Parameters:
request- the request- Returns:
- The root URI
-
-