Class FileSelectionParameterDownloadHooker
java.lang.Object
net.datenwerke.rs.base.ext.service.parameters.fileselection.hookers.FileSelectionParameterDownloadHooker
- All Implemented Interfaces:
FileDownloadHandlerHook,Hook
-
Constructor Summary
ConstructorsConstructorDescriptionFileSelectionParameterDownloadHooker(<any> securityServiceProvider, <any> fileSelectionParameterServiceProvider, <any> parameterServiceProvider, <any> injectorProvider, <any> httpUtilsProvider) -
Method Summary
-
Constructor Details
-
FileSelectionParameterDownloadHooker
public FileSelectionParameterDownloadHooker(<any> securityServiceProvider, <any> fileSelectionParameterServiceProvider, <any> parameterServiceProvider, <any> injectorProvider, <any> httpUtilsProvider)
-
-
Method Details
-
consumes
- Specified by:
consumesin interfaceFileDownloadHandlerHook
-
processDownload
public void processDownload(String id, String handler, Map<String, String> metadata, HttpServletResponse response) throws IOException- Specified by:
processDownloadin interfaceFileDownloadHandlerHook- Throws:
IOException
-