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(String path,
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 |
---|
BasicErrorController(ErrorAttributes errorAttributes) |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.