Class FileDownloadControllerHtml
- java.lang.Object
-
- lumis.portal.controller.ControllerHtml
-
- lumis.service.portalmanagement.filesystem.FileDownloadControllerHtml
-
public class FileDownloadControllerHtml extends ControllerHtml
Streams the download of a file provided by the filesystem service.- Since:
- 4.0.9
- Version:
- $Revision: 23915 $ $Date: 2020-06-19 17:26:10 -0300 (Fri, 19 Jun 2020) $
-
-
Field Summary
-
Fields inherited from class lumis.portal.controller.ControllerHtml
out, request, response, sessionConfig, userConfig
-
-
Constructor Summary
Constructors Constructor Description FileDownloadControllerHtml(HttpServletRequest request, HttpServletResponse response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleRequest()
-
Methods inherited from class lumis.portal.controller.ControllerHtml
checkRequestIsPost, deleteCookie, getCookie, getRequestMode, getSessionConfig, loadUserInfo, setCookie
-
-
-
-
Constructor Detail
-
FileDownloadControllerHtml
public FileDownloadControllerHtml(HttpServletRequest request, HttpServletResponse response) throws PortalException
- Throws:
PortalException
-
-
Method Detail
-
handleRequest
public void handleRequest() throws PortalException
- Throws:
PortalException
-
-