@Configuration @ConditionalOnMissingClass(name="org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter") protected static class EndpointWebMvcChildContextConfiguration.EndpointHandlerMappingConfiguration extends Object
HandlerMapping
for MvcEndpoint
s. 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 |
---|---|
HandlerMapping |
handlerMapping(MvcEndpoints endpoints,
ListableBeanFactory beanFactory) |
protected void |
postProcessMapping(ListableBeanFactory beanFactory,
EndpointHandlerMapping mapping)
Hook to allow additional post processing of
EndpointHandlerMapping . |
protected EndpointWebMvcChildContextConfiguration.EndpointHandlerMappingConfiguration()
@Bean public HandlerMapping handlerMapping(MvcEndpoints endpoints, ListableBeanFactory beanFactory)
protected void postProcessMapping(ListableBeanFactory beanFactory, EndpointHandlerMapping mapping)
EndpointHandlerMapping
.beanFactory
- the source bean factorymapping
- the mapping to customizeCopyright © 2015 Pivotal Software, Inc.. All rights reserved.