lumis.service.content.wizard
Class ContentWizardControllerHtml

Package class diagram package ContentWizardControllerHtml
java.lang.Object
  extended by lumis.portal.controller.ControllerHtml
      extended by 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

Field Summary
 
Fields inherited from class lumis.portal.controller.ControllerHtml
out, request, response, sessionConfig, userConfig
 
Constructor Summary
ContentWizardControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
           
 
Method Summary
 void handleRequest()
           
 
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
 

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
Throws:
PortalException


Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.