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: 23035 $ $Date: 2019-08-05 16:55:10 -0300 (Mon, 05 Aug 2019) $
-
-
Field Summary
-
Fields inherited from class lumis.portal.controller.ControllerHtml
out, request, response, sessionConfig, userConfig
-
-
Constructor Summary
Constructors Constructor Description ContentWizardControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAction()
Returns the action.void
handleRequest()
Write the response for request.void
setAction(String action)
Sets the action.-
Methods inherited from class lumis.portal.controller.ControllerHtml
deleteCookie, getCookie, getRequestMode, getSessionConfig, loadUserInfo, setCookie
-
-
-
-
Constructor Detail
-
ContentWizardControllerHtml
public ContentWizardControllerHtml(HttpServletRequest request, HttpServletResponse response, 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 String getAction()
Returns the action.- Returns:
- the action.
- Since:
- 12.0.0
-
setAction
public void setAction(String action)
Sets the action.- Parameters:
action
- the action.- Since:
- 12.0.0
-
-