org.onebusaway.presentation.impl
Class NextActionSupport

java.lang.Object
  extended by com.opensymphony.xwork2.ActionSupport
      extended by org.onebusaway.presentation.impl.NextActionSupport
All Implemented Interfaces:
com.opensymphony.xwork2.Action, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, com.opensymphony.xwork2.ValidationAware, Serializable, org.apache.struts2.interceptor.SessionAware
Direct Known Subclasses:
AbstractAction, AbstractTextmarksAction

public abstract class NextActionSupport
extends com.opensymphony.xwork2.ActionSupport
implements org.apache.struts2.interceptor.SessionAware

See Also:
Serialized Form

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

_session

protected Map<String,Object> _session
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)


Copyright © 2012 OneBusAway. All Rights Reserved.