@Configuration @ConditionalOnClass(value=javax.servlet.Servlet.class) @ConditionalOnWebApplication protected static class ThymeleafAutoConfiguration.ThymeleafViewResolverConfiguration extends Object
Modifier | Constructor and Description |
---|---|
protected |
ThymeleafViewResolverConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.thymeleaf.spring4.view.ThymeleafViewResolver |
thymeleafViewResolver() |
protected ThymeleafViewResolverConfiguration()
@Bean @ConditionalOnMissingBean(name="thymeleafViewResolver") @ConditionalOnProperty(name="spring.thymeleaf.enabled", matchIfMissing=true) public org.thymeleaf.spring4.view.ThymeleafViewResolver thymeleafViewResolver()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.