lumis.service.portalmanagement.structure.doui.control
Class WebsiteControllerHtml

Package class diagram package WebsiteControllerHtml
java.lang.Object
  extended by lumis.portal.controller.ControllerHtml
      extended by lumis.service.portalmanagement.structure.doui.control.WebsiteControllerHtml

public class WebsiteControllerHtml
extends ControllerHtml

Implements operations over websites.

Since:
6.2.0

Nested Class Summary
static class WebsiteControllerHtml.Method
          Supported methods.
 
Field Summary
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
WebsiteControllerHtml(HttpServletRequest request, HttpServletResponse response)
          Creates a new instance with the given parameters.
 
Method Summary
 void handleRequest()
          Handles the request.
 
Methods inherited from class lumis.portal.controller.ControllerHtml
deleteCookie, getCookie, getRequestMode, getSessionConfig, loadUserInfo, setCookie
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.