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, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
     
    protected void
    putMessage(javax.servlet.http.HttpServletRequest httpServletRequest, com.liferay.portal.kernel.json.JSONObject jsonObject, String key, Object... arguments)
     
    protected void
    testDatabase(javax.servlet.http.HttpServletRequest httpServletRequest, javax.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, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws Exception
      Specified by:
      execute in interface Action
      Throws:
      Exception
    • putMessage

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

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