Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure |
Auto-configuration for the actuator.
|
org.springframework.boot.actuate.endpoint.mvc |
Actuator Spring MVC endpoint support.
|
org.springframework.boot.actuate.trace |
Actuator tracing support.
|
org.springframework.boot.autoconfigure.web |
Auto-configuration for embedded servlet containers and Spring MVC.
|
Modifier and Type | Method and Description |
---|---|
ManagementErrorEndpoint |
EndpointWebMvcChildContextConfiguration.errorEndpoint(ErrorAttributes errorAttributes) |
Constructor and Description |
---|
ManagementErrorEndpoint(ErrorAttributes errorAttributes) |
Modifier and Type | Method and Description |
---|---|
void |
WebRequestTraceFilter.setErrorAttributes(ErrorAttributes errorAttributes) |
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.