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 |
---|
TraceWebFilterAutoConfiguration(TraceRepository traceRepository,
TraceProperties traceProperties,
ObjectProvider<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) |
AbstractErrorController(ErrorAttributes errorAttributes,
List<ErrorViewResolver> errorViewResolvers) |
BasicErrorController(ErrorAttributes errorAttributes,
ErrorProperties errorProperties)
Create a new
BasicErrorController instance. |
BasicErrorController(ErrorAttributes errorAttributes,
ErrorProperties errorProperties,
List<ErrorViewResolver> errorViewResolvers)
Create a new
BasicErrorController instance. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.