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 null
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.