|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork2.ActionSupport
org.onebusaway.presentation.impl.NextActionSupport
public abstract class NextActionSupport
Field Summary | |
---|---|
protected Map<String,Object> |
_session
|
Fields inherited from class com.opensymphony.xwork2.ActionSupport |
---|
LOG |
Fields inherited from interface com.opensymphony.xwork2.Action |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
Constructor Summary | |
---|---|
NextActionSupport()
|
Method Summary | |
---|---|
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, doDefault, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setFieldErrors, validate |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Map<String,Object> _session
Constructor Detail |
---|
public NextActionSupport()
Method Detail |
---|
public void setSession(Map<String,Object> session)
setSession
in interface org.apache.struts2.interceptor.SessionAware
protected void clearNextActions()
protected String getNextActionOrSuccess()
protected void pushNextAction(String action)
protected void pushNextAction(String action, String key, String value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |