@Configuration @Order(value=0) protected static class DeviceResolverAutoConfiguration.DeviceResolverMvcConfiguration extends Object implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Modifier | Constructor and Description |
---|---|
protected |
DeviceResolverMvcConfiguration(org.springframework.mobile.device.DeviceResolverHandlerInterceptor deviceResolverHandlerInterceptor,
org.springframework.mobile.device.DeviceHandlerMethodArgumentResolver deviceHandlerMethodArgumentResolver) |
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addCorsMappings, addFormatters, addResourceHandlers, addReturnValueHandlers, addViewControllers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidator
protected DeviceResolverMvcConfiguration(org.springframework.mobile.device.DeviceResolverHandlerInterceptor deviceResolverHandlerInterceptor, org.springframework.mobile.device.DeviceHandlerMethodArgumentResolver deviceHandlerMethodArgumentResolver)
public void addInterceptors(org.springframework.web.servlet.config.annotation.InterceptorRegistry registry)
addInterceptors
in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
public void addArgumentResolvers(List<org.springframework.web.method.support.HandlerMethodArgumentResolver> argumentResolvers)
addArgumentResolvers
in interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.