Class Thymeleaf3CommonConfig

java.lang.Object
org.broadleafcommerce.presentation.thymeleaf3.config.Thymeleaf3CommonConfig
Direct Known Subclasses:
Thymeleaf3AdminConfig, Thymeleaf3SiteConfig

@Configuration public class Thymeleaf3CommonConfig extends Object
  • Constructor Details

    • Thymeleaf3CommonConfig

      public Thymeleaf3CommonConfig()
  • Method Details

    • springMessageResolver

      @Bean public org.thymeleaf.spring6.messageresolver.SpringMessageResolver springMessageResolver()
    • blTemplateCacheKeyResolver

      @Bean @ConditionalOnMissingBean(org.broadleafcommerce.presentation.cache.service.TemplateCacheKeyResolverService.class) public org.broadleafcommerce.presentation.cache.service.SimpleCacheKeyResolver blTemplateCacheKeyResolver()
    • blVariableExpressionObjectFactory

      @Bean @ConditionalOnMissingBean(org.thymeleaf.expression.IExpressionObjectFactory.class) public BroadleafVariableExpressionObjectFactory blVariableExpressionObjectFactory()