Package lumis.portal.localization
Class LocalizationControllerHtml
- java.lang.Object
-
- lumis.portal.controller.ControllerHtml
-
- lumis.portal.localization.LocalizationControllerHtml
-
public class LocalizationControllerHtml extends ControllerHtml
Handles localization related requests.- Since:
- 4.0.11
- Version:
- $Revision: 17079 $ $Date: 2015-03-06 16:59:01 -0300 (Fri, 06 Mar 2015) $
-
-
Field Summary
-
Fields inherited from class lumis.portal.controller.ControllerHtml
out, request, response, sessionConfig, userConfig
-
-
Constructor Summary
Constructors Constructor Description LocalizationControllerHtml(HttpServletRequest request, HttpServletResponse response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleSetLocaleRequest()
-
Methods inherited from class lumis.portal.controller.ControllerHtml
deleteCookie, getCookie, getRequestMode, getSessionConfig, loadUserInfo, setCookie
-
-
-
-
Constructor Detail
-
LocalizationControllerHtml
public LocalizationControllerHtml(HttpServletRequest request, HttpServletResponse response) throws ControllerException, PortalException
- Throws:
ControllerException
PortalException
-
-
Method Detail
-
handleSetLocaleRequest
public void handleSetLocaleRequest() throws PortalException
- Throws:
PortalException
-
-