Class WebsiteControllerHtml
- java.lang.Object
-
- lumis.portal.controller.ControllerHtml
-
- lumis.service.portalmanagement.structure.doui.control.WebsiteControllerHtml
-
public class WebsiteControllerHtml extends ControllerHtml
Implements operations overwebsites
.- Since:
- 6.2.0
- Version:
- $Revision: 16824 $ $Date: 2015-01-23 18:49:12 -0200 (Fri, 23 Jan 2015) $
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebsiteControllerHtml.Method
Supported methods.
-
Field Summary
Fields Modifier and Type Field Description static String
METHOD
Method parameter name.static String
ORIGINAL_CHANNEL_ID
Original channel identifier parameter name.static String
UPDATED_CHANNEL_ID
Updated channel identifier parameter name.-
Fields inherited from class lumis.portal.controller.ControllerHtml
out, request, response, sessionConfig, userConfig
-
-
Constructor Summary
Constructors Constructor Description WebsiteControllerHtml(HttpServletRequest request, HttpServletResponse response)
Creates a new instance with the given parameters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleRequest()
Handles the request.-
Methods inherited from class lumis.portal.controller.ControllerHtml
deleteCookie, getCookie, getRequestMode, getSessionConfig, loadUserInfo, setCookie
-
-
-
-
Field Detail
-
ORIGINAL_CHANNEL_ID
public static final String ORIGINAL_CHANNEL_ID
Original channel identifier parameter name.- See Also:
- Constant Field Values
-
UPDATED_CHANNEL_ID
public static final String UPDATED_CHANNEL_ID
Updated channel identifier parameter name.- See Also:
- Constant Field Values
-
METHOD
public static final String METHOD
Method parameter name.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WebsiteControllerHtml
public WebsiteControllerHtml(HttpServletRequest request, HttpServletResponse response) throws ControllerException, PortalException
Creates a new instance with the given parameters.- Parameters:
request
- the request.response
- the response.- Throws:
ControllerException
PortalException
- Since:
- 6.2.0
-
-
Method Detail
-
handleRequest
public void handleRequest() throws PortalException
Handles the request.- Throws:
PortalException
- Since:
- 6.2.0
-
-