public interface ErrorViewResolver
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
resolveErrorView(javax.servlet.http.HttpServletRequest request,
org.springframework.http.HttpStatus status,
Map<String,Object> model)
Resolve an error view for the specified details.
|
org.springframework.web.servlet.ModelAndView resolveErrorView(javax.servlet.http.HttpServletRequest request,
org.springframework.http.HttpStatus status,
Map<String,Object> model)
request - the source requeststatus - the http status of the errormodel - the suggested model to be used with the viewModelAndView or nullCopyright © 2018 Pivotal Software, Inc.. All rights reserved.