public class DistributedStatusDetailsController
extends org.springframework.web.servlet.mvc.AbstractCommandController
DistributedStatusDetailsController class.
DEFAULT_COMMAND_NAME| Constructor and Description |
|---|
DistributedStatusDetailsController() |
| Modifier and Type | Method and Description |
|---|---|
DistributedStatusService |
getDistributedStatusService()
getDistributedStatusService
|
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 |
setDistributedStatusService(DistributedStatusService statusService)
setDistributedStatusService
|
void |
setSuccessView(String successView)
setSuccessView
|
handleRequestInternalbindAndValidate, 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, useDirectFieldAccesshandleRequest, isSynchronizeOnSession, setSynchronizeOnSessionapplyCacheSeconds, applyCacheSeconds, cacheForSeconds, cacheForSeconds, checkAndPrepare, checkAndPrepare, getCacheSeconds, getSupportedMethods, isRequireSession, isUseCacheControlHeader, isUseCacheControlNoStore, isUseExpiresHeader, preventCaching, setCacheSeconds, setRequireSession, setSupportedMethods, setUseCacheControlHeader, setUseCacheControlNoStore, setUseExpiresHeadergetServletContext, getTempDir, getWebApplicationContext, initApplicationContext, initServletContext, isContextRequired, setServletContextprotected 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.AbstractCommandControllerExceptionpublic DistributedStatusService getDistributedStatusService()
getDistributedStatusService
DistributedStatusService object.public void setDistributedStatusService(DistributedStatusService statusService)
setDistributedStatusService
statusService - a DistributedStatusService object.Copyright © 2015. All Rights Reserved.