org.onebusaway.sms.actions.sms
public class AbstractTextmarksAction extends NextActionSupport
Modifier and Type | Field and Description |
---|---|
protected CurrentUserService |
_currentUserService |
protected String |
_text |
protected TransitDataService |
_transitDataService |
_session
Constructor and Description |
---|
AbstractTextmarksAction() |
Modifier and Type | Method and Description |
---|---|
String |
getText() |
protected void |
logUserInteraction(Object... objects) |
void |
setCurrentUserService(CurrentUserService currentUserService) |
void |
setMessage(String message) |
void |
setText(String text) |
void |
setTransitDataService(TransitDataService transitDataService) |
void |
setUserInteractionLoggingService(UserInteractionLoggingService userInteractionLoggingService) |
clearNextActions, getNextActionOrSuccess, pushNextAction, pushNextAction, setSession
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getFormatted, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validate
protected TransitDataService _transitDataService
protected CurrentUserService _currentUserService
protected String _text
public void setTransitDataService(TransitDataService transitDataService)
public void setCurrentUserService(CurrentUserService currentUserService)
public void setUserInteractionLoggingService(UserInteractionLoggingService userInteractionLoggingService)
public void setMessage(String message)
public void setText(String text)
public String getText()
protected void logUserInteraction(Object... objects)
Copyright © 2014 OneBusAway. All Rights Reserved.