@Configuration @ConditionalOnClass(value=) protected static class ThymeleafAutoConfiguration.ThymeleafViewResolverConfiguration extends Object implements org.springframework.context.EnvironmentAware
Modifier | Constructor and Description |
---|---|
protected |
ThymeleafAutoConfiguration.ThymeleafViewResolverConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
setEnvironment(org.springframework.core.env.Environment environment) |
ThymeleafViewResolver |
thymeleafViewResolver() |
protected ThymeleafAutoConfiguration.ThymeleafViewResolverConfiguration()
public void setEnvironment(org.springframework.core.env.Environment environment)
setEnvironment
in interface org.springframework.context.EnvironmentAware
@Bean @ConditionalOnMissingBean(name="thymeleafViewResolver") public ThymeleafViewResolver thymeleafViewResolver()
Copyright © 2014. All rights reserved.