@Configuration @ConditionalOnWebApplication protected static class SitePreferenceAutoConfiguration.SitePreferenceMvcConfiguration extends org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter
| Modifier | Constructor and Description |
|---|---|
protected |
SitePreferenceMvcConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
addArgumentResolvers(List<org.springframework.web.method.support.HandlerMethodArgumentResolver> argumentResolvers) |
void |
addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry) |
org.springframework.mobile.device.site.SitePreferenceHandlerInterceptor |
sitePreferenceHandlerInterceptor() |
org.springframework.mobile.device.site.SitePreferenceHandlerMethodArgumentResolver |
sitePreferenceHandlerMethodArgumentResolver() |
addCorsMappings, addFormatters, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendMessageConverters, getMessageCodesResolver, getValidator@Bean @ConditionalOnMissingBean(value=org.springframework.mobile.device.site.SitePreferenceHandlerInterceptor.class) public org.springframework.mobile.device.site.SitePreferenceHandlerInterceptor sitePreferenceHandlerInterceptor()
@Bean public org.springframework.mobile.device.site.SitePreferenceHandlerMethodArgumentResolver sitePreferenceHandlerMethodArgumentResolver()
public void addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry)
addInterceptors in interface org.springframework.web.servlet.config.annotation.WebMvcConfigureraddInterceptors in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapterpublic void addArgumentResolvers(List<org.springframework.web.method.support.HandlerMethodArgumentResolver> argumentResolvers)
addArgumentResolvers in interface org.springframework.web.servlet.config.annotation.WebMvcConfigureraddArgumentResolvers in class org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapterCopyright © 2016 Pivotal Software, Inc.. All rights reserved.