@Configuration(proxyBeanMethods=false) @ConditionalOnClass(value=org.springframework.web.servlet.DispatcherServlet.class) @ConditionalOnBean(value=DispatcherServletPath.class) public static class SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration extends Object
Constructor and Description |
---|
MvcRequestMatcherConfiguration() |
Modifier and Type | Method and Description |
---|---|
RequestMatcherProvider |
requestMatcherProvider(DispatcherServletPath servletPath) |
@Bean @ConditionalOnMissingBean @ConditionalOnClass(value=org.springframework.web.servlet.DispatcherServlet.class) public RequestMatcherProvider requestMatcherProvider(DispatcherServletPath servletPath)