Class StopsAction
- java.lang.Object
-
- com.opensymphony.xwork2.ActionSupport
-
- org.onebusaway.presentation.impl.NextActionSupport
-
- org.onebusaway.enterprise.webapp.actions.where.AbstractAction
-
- org.onebusaway.enterprise.webapp.actions.where.AbstractWhereAction
-
- org.onebusaway.enterprise.webapp.actions.where.StopsAction
-
- 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 class StopsAction extends AbstractWhereAction
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.onebusaway.enterprise.webapp.actions.where.AbstractAction
_currentUserService, _transitDataService
-
Fields inherited from class org.onebusaway.presentation.impl.NextActionSupport
_session
-
-
Constructor Summary
Constructors Constructor Description StopsAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
execute()
StopBean
getStop()
List<StopBean>
getStops()
void
setCode(String code)
-
Methods inherited from class org.onebusaway.enterprise.webapp.actions.where.AbstractAction
getCurrentUser, getServiceArea, isAnonymousUser, setCurrentUserService, setServiceAreaService, setSession, setTransitDataService
-
Methods inherited from class org.onebusaway.presentation.impl.NextActionSupport
clearNextActions, getNextActionOrSuccess, pushNextAction, pushNextAction
-
Methods inherited from class com.opensymphony.xwork2.ActionSupport
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, 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
-
setCode
public void setCode(String code)
-
getStop
public StopBean getStop()
-
execute
public String execute() throws ServiceException
- Specified by:
execute
in interfacecom.opensymphony.xwork2.Action
- Overrides:
execute
in classcom.opensymphony.xwork2.ActionSupport
- Throws:
ServiceException
-
-