@Configuration @ConditionalOnMissingClass(value=org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter.class) protected static class EndpointWebMvcChildContextConfiguration.EndpointHandlerMappingConfiguration extends Object
HandlerMapping for MvcEndpoints. See
EndpointWebMvcChildContextConfiguration.SecureEndpointHandlerMappingConfiguration for an extended version that also
configures the security filter.| Modifier | Constructor and Description |
|---|---|
protected |
EndpointWebMvcChildContextConfiguration.EndpointHandlerMappingConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.HandlerMapping |
handlerMapping(MvcEndpoints endpoints,
org.springframework.beans.factory.ListableBeanFactory beanFactory) |
protected void |
postProcessMapping(org.springframework.beans.factory.ListableBeanFactory beanFactory,
EndpointHandlerMapping mapping)
Hook to allow additional post processing of
EndpointHandlerMapping. |
protected EndpointWebMvcChildContextConfiguration.EndpointHandlerMappingConfiguration()
@Bean public org.springframework.web.servlet.HandlerMapping handlerMapping(MvcEndpoints endpoints, org.springframework.beans.factory.ListableBeanFactory beanFactory)
protected void postProcessMapping(org.springframework.beans.factory.ListableBeanFactory beanFactory,
EndpointHandlerMapping mapping)
EndpointHandlerMapping.beanFactory - the source bean factorymapping - the mapping to customizeCopyright © 2015 Pivotal Software, Inc.. All rights reserved.