Class SelectSetupStepAction

java.lang.Object
org.apache.struts2.ActionSupport
All Implemented Interfaces:
WebInterface, MessageHolderAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.Validateable

public class SelectSetupStepAction extends AbstractSetupAction
A simple action, the goal of which is to redirect the user to the correct setup step
See Also:
  • Field Details

  • Constructor Details

    • SelectSetupStepAction

      public SelectSetupStepAction()
  • Method Details

    • execute

      public String execute()
      Specified by:
      execute in interface org.apache.struts2.action.Action
      Overrides:
      execute in class org.apache.struts2.ActionSupport
    • getCurrentStep

      public String getCurrentStep()
    • getServerName

      public String getServerName()
    • isPermitted

      public boolean isPermitted()
      Description copied from class: AbstractSetupAction
      override the parent's implementation - everyone is allowed to perform a setup action.
      Overrides:
      isPermitted in class AbstractSetupAction
      Returns:
      true always
    • isJdk14

      @Deprecated public boolean isJdk14()
      Deprecated.
      Since 6.6.0, no longer used,
    • isServlet23

      @Deprecated public boolean isServlet23()
      Deprecated.
      Since 6.6.0, no longer used
    • isConfluenceHomeOk

      @Deprecated public boolean isConfluenceHomeOk()
      Deprecated.
      Since 6.6.0, no longer used
    • checkJdk14

      @Deprecated public boolean checkJdk14()
      Deprecated.
      Since 6.6.0, no longer used
    • checkServlet23

      @Deprecated public boolean checkServlet23()
      Deprecated.
      Since 6.6.0, no longer used
    • checkConfluenceHomeOk

      @Deprecated public boolean checkConfluenceHomeOk()
      Deprecated.
      Since 6.6.0, no longer used
    • getJdkName

      @Deprecated public String getJdkName()
      Deprecated.
      Since 6.6.0, no longer used
    • isEverythingOk

      @Deprecated public boolean isEverythingOk()
      Deprecated.
      Since 6.6.0, no longer used