Class NextActionSupport

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Map<String,​Object> _session  
      • Fields inherited from class com.opensymphony.xwork2.ActionSupport

        container
      • Fields inherited from interface com.opensymphony.xwork2.Action

        ERROR, INPUT, LOGIN, NONE, SUCCESS
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void clearNextActions()
      Protected Methods
      protected String getNextActionOrSuccess()  
      protected void pushNextAction​(String action)  
      protected void pushNextAction​(String action, String key, String value)  
      void setSession​(Map<String,​Object> session)  
      • Methods inherited from class com.opensymphony.xwork2.ActionSupport

        addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, execute, getActionErrors, getActionMessages, getContainer, getFieldErrors, getFormatted, getLocale, getLocaleProvider, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTextProvider, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, isValidLocale, isValidLocaleString, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validate
    • Constructor Detail

      • NextActionSupport

        public NextActionSupport()
    • Method Detail

      • setSession

        public void setSession​(Map<String,​Object> session)
        Specified by:
        setSession in interface org.apache.struts2.interceptor.SessionAware
      • clearNextActions

        protected void clearNextActions()
        Protected Methods
      • getNextActionOrSuccess

        protected String getNextActionOrSuccess()
      • pushNextAction

        protected void pushNextAction​(String action)
      • pushNextAction

        protected void pushNextAction​(String action,
                                      String key,
                                      String value)