Class SelectSetupStepAction

All Implemented Interfaces:
WebInterface, MessageHolderAware, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.locale.LocaleProvider, org.apache.struts2.text.TextProvider, 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