Package lumis.portal.progress
Class ProgressControllerHtml
- java.lang.Object
-
- lumis.portal.controller.ControllerHtml
-
- lumis.portal.progress.ProgressControllerHtml
-
public class ProgressControllerHtml extends ControllerHtml
HTML Controller that returns progress messages for a process to the client- Since:
- 4.0.7
- Version:
- $Revision: 17104 $ $Date: 2015-03-17 18:18:33 -0300 (Tue, 17 Mar 2015) $
-
-
Field Summary
-
Fields inherited from class lumis.portal.controller.ControllerHtml
out, request, response, sessionConfig, userConfig
-
-
Constructor Summary
Constructors Constructor Description ProgressControllerHtml(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
deleteCookie, getCookie, getRequestMode, getSessionConfig, loadUserInfo, setCookie
-
-
-
-
Constructor Detail
-
ProgressControllerHtml
public ProgressControllerHtml(HttpServletRequest request, HttpServletResponse response) throws ControllerException, PortalException
- Throws:
ControllerException
PortalException
-
-