Package | Description |
---|---|
org.springframework.boot.autoconfigure.web |
Auto-configuration for embedded servlet containers and Spring MVC.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultErrorViewResolver
Default
ErrorViewResolver implementation that attempts to resolve error views
using well known conventions. |
Constructor and Description |
---|
AbstractErrorController(ErrorAttributes errorAttributes,
List<ErrorViewResolver> errorViewResolvers) |
BasicErrorController(ErrorAttributes errorAttributes,
ErrorProperties errorProperties,
List<ErrorViewResolver> errorViewResolvers)
Create a new
BasicErrorController instance. |
ErrorMvcAutoConfiguration(ServerProperties serverProperties,
ObjectProvider<List<ErrorViewResolver>> errorViewResolversProvider) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.