@Configuration
@ConditionalOnWebApplication
@ConditionalOnClass(value=org.springframework.web.servlet.HandlerInterceptor.class)
@ConditionalOnProperty(prefix="togglz.web",
name="register-feature-interceptor",
havingValue="true",
matchIfMissing=true)
protected static class TogglzAutoConfiguration.TogglzFeatureInterceptorConfiguration
extends Object
implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
| Modifier | Constructor and Description |
|---|---|
protected |
TogglzFeatureInterceptorConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddArgumentResolvers, addCorsMappings, addFormatters, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidatorCopyright © 2022. All rights reserved.