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