Package lumis.service.content.wizard
Class ContentWizardControllerHtml
- java.lang.Object
-
- lumis.portal.controller.ControllerHtml
-
- lumis.service.content.wizard.ContentWizardControllerHtml
-
public class ContentWizardControllerHtml extends ControllerHtml
Process the request of the content create wizard. Currently the only request this controller accepts is the request to create a new CMS service.The request parameters are parsed by
CreateParams
.The response is ok if the operation succeeded, or the localized error message if the operation failed.
- Since:
- 4.0.0
- Version:
- $Revision$ $Date$
-
-
Field Summary
-
Fields inherited from class lumis.portal.controller.ControllerHtml
out, request, response, sessionConfig, userConfig
-
-
Constructor Summary
Constructors Constructor Description ContentWizardControllerHtml(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.jsp.PageContext pageContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAction()
Returns the action.void
handleRequest()
Write the response for request.void
setAction(java.lang.String action)
Sets the action.-
Methods inherited from class lumis.portal.controller.ControllerHtml
checkRequestIsPost, deleteCookie, getCookie, getRequestMode, getSessionConfig, loadUserInfo, setCookie
-
-
-
-
Constructor Detail
-
ContentWizardControllerHtml
public ContentWizardControllerHtml(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.jsp.PageContext pageContext) throws ControllerException, PortalException
- Throws:
ControllerException
PortalException
-
-
Method Detail
-
handleRequest
public void handleRequest() throws PortalException
Write the response for request.- Throws:
PortalException
- Since:
- 12.0.0
-
getAction
public java.lang.String getAction()
Returns the action.- Returns:
- the action.
- Since:
- 12.0.0
-
setAction
public void setAction(java.lang.String action)
Sets the action.- Parameters:
action
- the action.- Since:
- 12.0.0
-
-