Class VehicleStatusMapAction
- java.lang.Object
-
- com.opensymphony.xwork2.ActionSupport
-
- org.onebusaway.presentation.impl.NextActionSupport
-
- org.onebusaway.webapp.actions.OneBusAwayNYCAdminActionSupport
-
- org.onebusaway.webapp.actions.admin.vehiclestatusmap.VehicleStatusMapAction
-
- 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 VehicleStatusMapAction extends OneBusAwayNYCAdminActionSupport
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.onebusaway.webapp.actions.OneBusAwayNYCAdminActionSupport
currentUserService
-
Fields inherited from class org.onebusaway.presentation.impl.NextActionSupport
_session
-
-
Constructor Summary
Constructors Constructor Description VehicleStatusMapAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
execute()
String
getAppHostName()
String
getCacheBreaker()
List<ServiceAlertBean>
getGlobalServiceAlerts()
String
getGoogleAdClientId()
String
getGoogleMapsApiKey()
String
getGoogleMapsChannelId()
String
getGoogleMapsClientId()
-
Methods inherited from class org.onebusaway.webapp.actions.OneBusAwayNYCAdminActionSupport
getConfig, getCurrentUser, getCurrentUserValue, getTime, hasPrivilegeForPage, hasPrivilegeForPage, isAdminUser, isAnonymousUser, isPageAvailable, setCurrentUserService, setSession, setTime
-
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
-
getGoogleMapsClientId
public String getGoogleMapsClientId()
-
getGoogleMapsChannelId
public String getGoogleMapsChannelId()
-
getGoogleAdClientId
public String getGoogleAdClientId()
-
getGoogleMapsApiKey
public String getGoogleMapsApiKey()
-
getAppHostName
public String getAppHostName()
-
getCacheBreaker
public String getCacheBreaker()
-
getGlobalServiceAlerts
public List<ServiceAlertBean> getGlobalServiceAlerts()
-
execute
public String execute()
- Specified by:
execute
in interfacecom.opensymphony.xwork2.Action
- Overrides:
execute
in classOneBusAwayNYCAdminActionSupport
-
-