public class LocationMonitorResumeController
extends org.springframework.web.servlet.mvc.AbstractCommandController
implements org.springframework.beans.factory.InitializingBean
LocationMonitorResumeController class.
DEFAULT_COMMAND_NAME
Constructor and Description |
---|
LocationMonitorResumeController() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet()
afterPropertiesSet
|
DistributedPollerService |
getDistributedPollerService()
getDistributedPollerService
|
String |
getErrorView()
getErrorView
|
String |
getSuccessView()
getSuccessView
|
protected org.springframework.web.servlet.ModelAndView |
handle(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Object command,
org.springframework.validation.BindException errors) |
void |
setDistributedPollerService(DistributedPollerService distributedPollerService)
setDistributedPollerService
|
void |
setErrorView(String errorView)
setErrorView
|
void |
setSuccessView(String successView)
setSuccessView
|
handleRequestInternal
bindAndValidate, checkCommand, createBinder, createCommand, getBindingErrorProcessor, getCommand, getCommandClass, getCommandName, getMessageCodesResolver, getPropertyEditorRegistrars, getValidator, getValidators, getWebBindingInitializer, initApplicationContext, initBinder, isValidateOnBinding, onBind, onBind, onBindAndValidate, prepareBinder, setBindingErrorProcessor, setCommandClass, setCommandName, setMessageCodesResolver, setPropertyEditorRegistrar, setPropertyEditorRegistrars, setValidateOnBinding, setValidator, setValidators, setWebBindingInitializer, suppressBinding, suppressValidation, suppressValidation, suppressValidation, useDirectFieldAccess
handleRequest, isSynchronizeOnSession, setSynchronizeOnSession
applyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, getCacheSeconds, getSupportedMethods, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, preventCaching, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeader
getServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContext
protected org.springframework.web.servlet.ModelAndView handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Object command, org.springframework.validation.BindException errors) throws Exception
handle
in class org.springframework.web.servlet.mvc.AbstractCommandController
Exception
public DistributedPollerService getDistributedPollerService()
getDistributedPollerService
DistributedPollerService
object.public void setDistributedPollerService(DistributedPollerService distributedPollerService)
setDistributedPollerService
distributedPollerService
- a DistributedPollerService
object.public void setSuccessView(String successView)
setSuccessView
successView
- a String
object.public void setErrorView(String errorView)
setErrorView
errorView
- a String
object.Copyright © 2015. All Rights Reserved.