Interface | Description |
---|---|
MvcEndpoint |
A strategy for the MVC layer on top of an
Endpoint . |
Class | Description |
---|---|
EndpointHandlerMapping | |
EndpointMvcAdapter |
Adapter class to expose
Endpoint s as MvcEndpoint s. |
EnvironmentMvcEndpoint |
Adapter to expose
EnvironmentEndpoint as an MvcEndpoint . |
HealthMvcEndpoint |
Adapter to expose
HealthEndpoint as an MvcEndpoint . |
JolokiaMvcEndpoint |
MvcEndpoint to expose Jolokia. |
ManagementErrorEndpoint |
Special
MvcEndpoint for handling "/error" path when the management servlet is
in a child context. |
MetricsMvcEndpoint |
Adapter to expose
MetricsEndpoint as an MvcEndpoint . |
MvcEndpoints |
A registry for all
MvcEndpoint beans, and a factory for a set of generic ones
wrapping existing Endpoint instances that are not already exposed as MVC
endpoints. |
ShutdownMvcEndpoint |
Adapter to expose
ShutdownEndpoint as an MvcEndpoint . |
Exception | Description |
---|---|
EnvironmentMvcEndpoint.NoSuchPropertyException | |
MetricsMvcEndpoint.NoSuchMetricException |
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.