Class SelectSetupStep

java.lang.Object
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class SelectSetupStep extends BaseSetupAction
Decides which step in the setup process we are up to.
See Also:
  • Constructor Details

    • SelectSetupStep

      public SelectSetupStep()
  • Method Details

    • execute

      public String execute()
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class BaseSetupAction
    • getCurrentStep

      public String getCurrentStep()
      CurrentStep used in the the xwork.xml to choose what step to go to.
      Returns:
      action name to redirect to
    • getJdkName

      public String getJdkName()
    • getServerName

      public String getServerName()
    • getApplicationHome

      public String getApplicationHome()
    • getCrowdInitPropertiesLocation

      public String getCrowdInitPropertiesLocation()
    • getStepName

      public String getStepName()
      Specified by:
      getStepName in class BaseSetupAction