Class SetupWizardAction

Object
com.liferay.portal.action.SetupWizardAction
All Implemented Interfaces:
Action

public class SetupWizardAction extends Object implements Action
Author:
Manuel de la Peña, Brian Wing Shun Chan
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(ActionMapping actionMapping, jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse)
     
    protected void
    putMessage(jakarta.servlet.http.HttpServletRequest httpServletRequest, com.liferay.portal.kernel.json.JSONObject jsonObject, String key, Object... arguments)
     
    protected void
    testDatabase(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SetupWizardAction

      public SetupWizardAction()
  • Method Details

    • execute

      public ActionForward execute(ActionMapping actionMapping, jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse) throws Exception
      Specified by:
      execute in interface Action
      Throws:
      Exception
    • putMessage

      protected void putMessage(jakarta.servlet.http.HttpServletRequest httpServletRequest, com.liferay.portal.kernel.json.JSONObject jsonObject, String key, Object... arguments)
    • testDatabase

      protected void testDatabase(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse) throws Exception
      Throws:
      Exception