@Configuration public class Thymeleaf3SiteConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.context.ApplicationContext |
applicationContext |
protected Thymeleaf3ConfigUtils |
configUtil |
protected List<org.broadleafcommerce.presentation.dialect.BroadleafProcessor> |
processors |
protected List<org.broadleafcommerce.presentation.resolver.BroadleafTemplateResolver> |
templateResolvers |
| Constructor and Description |
|---|
Thymeleaf3SiteConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.thymeleaf.processor.IProcessor |
blArbitraryHtmlInjectionProcessor() |
org.thymeleaf.processor.IProcessor |
blCacheProcessor() |
BroadleafThymeleaf3Dialect |
blDialect() |
Set<org.thymeleaf.processor.IProcessor> |
blDialectProcessors() |
Set<org.thymeleaf.templateresolver.ITemplateResolver> |
blEmailTemplateResolvers() |
org.broadleafcommerce.presentation.cache.service.SimpleCacheKeyResolver |
blTemplateCacheKeyResolver() |
org.broadleafcommerce.common.logging.ModuleLifecycleLoggingBean |
blThymeleaf3Lifecycle() |
static org.broadleafcommerce.common.config.FrameworkCommonPropertySource |
blThymeleafProperties() |
BroadleafVariableExpressionObjectFactory |
blVariableExpressionObjectFactory() |
Set<org.thymeleaf.templateresolver.ITemplateResolver> |
blWebTemplateResolvers() |
protected org.springframework.context.ApplicationContext applicationContext
protected Thymeleaf3ConfigUtils configUtil
@Autowired protected List<org.broadleafcommerce.presentation.resolver.BroadleafTemplateResolver> templateResolvers
@Autowired protected List<org.broadleafcommerce.presentation.dialect.BroadleafProcessor> processors
@Bean public static org.broadleafcommerce.common.config.FrameworkCommonPropertySource blThymeleafProperties()
@Bean public org.broadleafcommerce.common.logging.ModuleLifecycleLoggingBean blThymeleaf3Lifecycle()
@Bean public Set<org.thymeleaf.templateresolver.ITemplateResolver> blWebTemplateResolvers()
@Bean public Set<org.thymeleaf.templateresolver.ITemplateResolver> blEmailTemplateResolvers()
@Bean public org.thymeleaf.processor.IProcessor blArbitraryHtmlInjectionProcessor()
@Bean public org.thymeleaf.processor.IProcessor blCacheProcessor()
@Bean public Set<org.thymeleaf.processor.IProcessor> blDialectProcessors()
@Bean @ConditionalOnMissingBean(value=org.broadleafcommerce.presentation.cache.service.TemplateCacheKeyResolverService.class) public org.broadleafcommerce.presentation.cache.service.SimpleCacheKeyResolver blTemplateCacheKeyResolver()
@Bean @ConditionalOnMissingBean(value=org.thymeleaf.expression.IExpressionObjectFactory.class) public BroadleafVariableExpressionObjectFactory blVariableExpressionObjectFactory()
@Bean public BroadleafThymeleaf3Dialect blDialect()
Copyright © 2017. All rights reserved.