Class SelectSetupStepAction

  • 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

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

      • SelectSetupStepAction

        public SelectSetupStepAction()
    • Method Detail

      • execute

        public String execute()
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.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