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$ $Date$
-
-
Field Summary
-
Fields inherited from class lumis.portal.controller.ControllerHtml
out, request, response, sessionConfig, userConfig
-
-
Constructor Summary
Constructors Constructor Description FileDownloadControllerHtml(javax.servlet.http.HttpServletRequest request, javax.servlet.http.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(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws PortalException
- Throws:
PortalException
-
-
Method Detail
-
handleRequest
public void handleRequest() throws PortalException
- Throws:
PortalException
-
-