|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.controller.ControllerHtml lumis.service.portalmanagement.structure.doui.control.WebsiteControllerHtml
public class WebsiteControllerHtml
Implements operations over websites
.
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 |
---|
public static final String ORIGINAL_CHANNEL_ID
public static final String UPDATED_CHANNEL_ID
public static final String METHOD
Constructor Detail |
---|
public WebsiteControllerHtml(HttpServletRequest request, HttpServletResponse response) throws ControllerException, PortalException
request
- the request.response
- the response.
ControllerException
PortalException
Method Detail |
---|
public void handleRequest() throws PortalException
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |