Package org.onebusaway.presentation.impl
Class NextActionSupport
- java.lang.Object
-
- com.opensymphony.xwork2.ActionSupport
-
- org.onebusaway.presentation.impl.NextActionSupport
-
- 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,org.apache.struts2.interceptor.SessionAware
public abstract class NextActionSupport extends com.opensymphony.xwork2.ActionSupport implements org.apache.struts2.interceptor.SessionAware- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NextActionSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclearNextActions()Protected Methodsprotected StringgetNextActionOrSuccess()protected voidpushNextAction(String action)protected voidpushNextAction(String action, String key, String value)voidsetSession(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
-
-
-
-
Method Detail
-
setSession
public void setSession(Map<String,Object> session)
- Specified by:
setSessionin interfaceorg.apache.struts2.interceptor.SessionAware
-
clearNextActions
protected void clearNextActions()
Protected Methods
-
getNextActionOrSuccess
protected String getNextActionOrSuccess()
-
pushNextAction
protected void pushNextAction(String action)
-
-