java.lang.Object
org.apache.struts2.ActionSupport
All Implemented Interfaces:
Serializable, org.apache.struts2.action.Action, org.apache.struts2.action.ServletRequestAware, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.locale.LocaleProvider, org.apache.struts2.text.TextProvider, org.apache.struts2.Validateable

public class Options extends BaseSetupAction implements org.apache.struts2.action.ServletRequestAware
See Also:
  • Field Details

  • Constructor Details

    • Options

      public Options()
  • Method Details

    • update

      public String update()
      Overrides:
      update in class BaseSetupAction
    • getStepName

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

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

      protected void doValidation()
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getSessionTime

      public String getSessionTime()
    • setSessionTime

      public void setSessionTime(String sessionTime)
    • getBaseURL

      public String getBaseURL()
    • setBaseURL

      public void setBaseURL(String baseURL)
    • withServletRequest

      public void withServletRequest(jakarta.servlet.http.HttpServletRequest request)
      Specified by:
      withServletRequest in interface org.apache.struts2.action.ServletRequestAware