| Package | Description |
|---|---|
| org.springframework.boot.autoconfigure.web |
Auto-configuration for embedded servlet containers and Spring MVC.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultErrorAttributes
Default implementation of
ErrorAttributes. |
| Modifier and Type | Method and Description |
|---|---|
BasicErrorController |
ErrorMvcAutoConfiguration.basicErrorController(ErrorAttributes errorAttributes) |
| Constructor and Description |
|---|
AbstractErrorController(ErrorAttributes errorAttributes) |
BasicErrorController(ErrorAttributes errorAttributes)
Deprecated.
since 1.3.0 in favor of
BasicErrorController.BasicErrorController(ErrorAttributes, ErrorProperties) |
BasicErrorController(ErrorAttributes errorAttributes,
ErrorProperties errorProperties)
Create a new
BasicErrorController instance. |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.