@Configuration @EnableConfigurationProperties(value=DeviceDelegatingViewResolverProperties.class) @ConditionalOnMissingBean(name="thymeleafViewResolver") @ConditionalOnBean(value=org.springframework.web.servlet.view.InternalResourceViewResolver.class) protected static class DeviceDelegatingViewResolverAutoConfiguration.DeviceDelegatingViewResolverConfiguration.InternalResourceViewResolverDelegateConfiguration extends Object
Modifier | Constructor and Description |
---|---|
protected |
InternalResourceViewResolverDelegateConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.mobile.device.view.LiteDeviceDelegatingViewResolver |
deviceDelegatingViewResolver() |
protected InternalResourceViewResolverDelegateConfiguration()
@Bean public org.springframework.mobile.device.view.LiteDeviceDelegatingViewResolver deviceDelegatingViewResolver()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.