Class 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$
    • Method Detail

      • 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