public abstract class AbstractNamedMvcEndpoint extends AbstractMvcEndpoint implements NamedMvcEndpoint
NamedMvcEndpoint implementations without a backing
Endpoint.DISABLED_RESPONSE| Constructor and Description |
|---|
AbstractNamedMvcEndpoint(String name,
String path,
boolean sensitive) |
AbstractNamedMvcEndpoint(String name,
String path,
boolean sensitive,
boolean enabled) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Return the logical name of the endpoint.
|
getEndpointType, getEnvironment, getPath, isEnabled, isSensitive, setEnabled, setEnvironment, setPath, setSensitiveclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEndpointType, getPath, isSensitiveaddArgumentResolvers, addCorsMappings, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidatorpublic AbstractNamedMvcEndpoint(String name, String path, boolean sensitive)
public String getName()
NamedMvcEndpointgetName in interface NamedMvcEndpointCopyright © 2017 Pivotal Software, Inc.. All rights reserved.