Package lumis.portal
Class PortalRequestParametersControllerHtml
- java.lang.Object
-
- lumis.portal.controller.ControllerHtml
-
- lumis.portal.PortalRequestParametersControllerHtml
-
public class PortalRequestParametersControllerHtml extends ControllerHtml
Controller to handlePortalRequestParameters
related actions.- Since:
- 7.0.0
- Version:
- $Revision: 20069 $ $Date: 2017-03-30 17:48:13 -0300 (Thu, 30 Mar 2017) $
-
-
Field Summary
-
Fields inherited from class lumis.portal.controller.ControllerHtml
out, request, response, sessionConfig, userConfig
-
-
Constructor Summary
Constructors Constructor Description PortalRequestParametersControllerHtml(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
-
PortalRequestParametersControllerHtml
public PortalRequestParametersControllerHtml(HttpServletRequest request, HttpServletResponse response) throws ControllerException, PortalException
- Throws:
ControllerException
PortalException
-
-
Method Detail
-
handleRequest
public void handleRequest() throws PortalException
- Throws:
PortalException
-
-