Class IndexAction
- java.lang.Object
-
- com.opensymphony.xwork2.ActionSupport
-
- org.onebusaway.twilio.actions.TwilioSupport
-
- org.onebusaway.twilio.actions.bookmarks.AbstractBookmarkAction
-
- org.onebusaway.twilio.actions.bookmarks.IndexAction
-
- 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.ParameterAware
,org.apache.struts2.interceptor.SessionAware
,CurrentUserAware
public class IndexAction extends AbstractBookmarkAction
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.onebusaway.twilio.actions.bookmarks.AbstractBookmarkAction
_bookmarkPresentationService, _destinationPronunciation
-
Fields inherited from class org.onebusaway.twilio.actions.TwilioSupport
_currentUser, _currentUserService, _parameters, _transitDataService, DISPLAY_DATA, DO_ROUTING, INPUT_KEY, NEEDS_DEFAULT_SEARCH_LOCATION, PHONE_NUMBER_KEY, PREVIOUS_MENU_ITEM, REPEAT_MENU_ITEM, sessionMap
-
-
Constructor Summary
Constructors Constructor Description IndexAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
execute()
-
Methods inherited from class org.onebusaway.twilio.actions.bookmarks.AbstractBookmarkAction
addBookmarkDescription, getBookmarks, getIndex, getRouteIds, getStopIds, isValidSelection, populateBookmarks, setBookmarkPresentationService, setDestinationPronunciation, setIndex, setRouteIds, setSelection, setStopIds
-
Methods inherited from class org.onebusaway.twilio.actions.TwilioSupport
addMessage, addMessage, addText, clearInput, clearNavState, clearNextAction, getCurrentUser, getDefaultSearchArea, getInput, getMessage, getPhoneNumber, logUserInteraction, setCurrentUser, setCurrentUserService, setNextAction, setParameters, setServiceAreaService, setSession, setTransitDataService
-
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
-
-