public interface ErrorViewResolver
| Modifier and Type | Method and Description |
|---|---|
ModelAndView |
resolveErrorView(HttpServletRequest request,
HttpStatus status,
Map<String,Object> model)
Resolve an error view for the specified details.
|
ModelAndView resolveErrorView(HttpServletRequest request, 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 © 2017 Pivotal Software, Inc.. All rights reserved.