Package org.apereo.cas.config
Class CasThymeleafConfiguration
- java.lang.Object
-
- org.apereo.cas.config.CasThymeleafConfiguration
-
@Configuration(value="CasThymeleafConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) @ConditionalOnClass(org.thymeleaf.spring5.SpringTemplateEngine.class) @ImportAutoConfiguration(org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration.class) public class CasThymeleafConfiguration extends java.lang.ObjectThis isCasThymeleafConfiguration.- Since:
- 6.2.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCasThymeleafConfiguration.ThymeleafViewResolverConfigurationstatic classCasThymeleafConfiguration.ThymeleafWebflowConfiguration
-
Constructor Summary
Constructors Constructor Description CasThymeleafConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CasThymeleafViewResolverConfigurercasPropertiesThymeleafViewResolverConfigurer(org.apereo.cas.configuration.CasConfigurationProperties casProperties)org.thymeleaf.templateresolver.AbstractTemplateResolverchainingTemplateViewResolver(org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties thymeleafProperties, org.springframework.web.servlet.ThemeResolver themeResolver, org.apereo.cas.configuration.CasConfigurationProperties casProperties)nz.net.ultraq.thymeleaf.layoutdialect.LayoutDialectlayoutDialect()
-
-
-
Method Detail
-
layoutDialect
@Bean public nz.net.ultraq.thymeleaf.layoutdialect.LayoutDialect layoutDialect()
-
chainingTemplateViewResolver
@Bean @RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingBean(name="chainingTemplateViewResolver") public org.thymeleaf.templateresolver.AbstractTemplateResolver chainingTemplateViewResolver(org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties thymeleafProperties, @Qualifier("themeResolver") org.springframework.web.servlet.ThemeResolver themeResolver, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
-
casPropertiesThymeleafViewResolverConfigurer
@ConditionalOnMissingBean(name="casPropertiesThymeleafViewResolverConfigurer") @Bean @RefreshScope(proxyMode=DEFAULT) public CasThymeleafViewResolverConfigurer casPropertiesThymeleafViewResolverConfigurer(org.apereo.cas.configuration.CasConfigurationProperties casProperties)
-
-