public interface MvcEndpoint
Endpoint
. Implementations are allowed
to use @RequestMapping
and the full Spring MVC machinery, but should not
use @Controller
or @RequestMapping
at the type level (since
that would lead to a double mapping of paths, once by the regular MVC handler mappings
and once by the EndpointHandlerMapping
).Modifier and Type | Method and Description |
---|---|
Class<?> |
getEndpointType() |
String |
getPath() |
boolean |
isSensitive() |
Copyright © 2013. All rights reserved.