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
- Direct Known Subclasses:
AbstractAction
,AbstractTextmarksAction
,ApiKeyAction
,OneBusAwayEnterpriseActionSupport
,OneBusAwayNYCAdminActionSupport
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 void
clearNextActions()
Protected Methodsprotected 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
-
-
-
-
Method Detail
-
setSession
public void setSession(Map<String,Object> session)
- Specified by:
setSession
in interfaceorg.apache.struts2.interceptor.SessionAware
-
clearNextActions
protected void clearNextActions()
Protected Methods
-
getNextActionOrSuccess
protected String getNextActionOrSuccess()
-
pushNextAction
protected void pushNextAction(String action)
-
-