@Controller public class ManagementErrorEndpoint extends Object
@Controller for handling "/error" path when the management servlet
is in a child context. The regular ErrorController should be available there
but because of the way the handler mappings are set up it will not be detected.| Constructor and Description |
|---|
ManagementErrorEndpoint(org.springframework.boot.web.servlet.error.ErrorAttributes errorAttributes) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
invoke(org.springframework.web.context.request.ServletWebRequest request) |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.