public abstract class AbstractThymeleaf3DialectConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractThymeleaf3DialectConfig.DataAttributeDialectConfiguration |
protected static class |
AbstractThymeleaf3DialectConfig.ThymeleafJava8TimeDialect |
protected static class |
AbstractThymeleaf3DialectConfig.ThymeleafSecurityDialectConfiguration |
protected static class |
AbstractThymeleaf3DialectConfig.ThymeleafWebLayoutConfiguration |
| Modifier and Type | Field and Description |
|---|---|
protected Set<org.broadleafcommerce.presentation.dialect.BroadleafProcessor> |
blcProcessors |
protected Thymeleaf3ConfigUtils |
configUtil |
protected Set<org.thymeleaf.processor.IProcessor> |
iProcessors |
| Constructor and Description |
|---|
AbstractThymeleaf3DialectConfig() |
| Modifier and Type | Method and Description |
|---|---|
BroadleafThymeleaf3Dialect |
blDialect() |
Set<org.thymeleaf.processor.IProcessor> |
blDialectProcessors() |
Set<org.thymeleaf.dialect.IDialect> |
blEmailDialects() |
org.thymeleaf.spring5.dialect.SpringStandardDialect |
thymeleafSpringStandardDialect() |
@Autowired(required=false) protected Set<org.thymeleaf.processor.IProcessor> iProcessors
@Autowired(required=false) protected Set<org.broadleafcommerce.presentation.dialect.BroadleafProcessor> blcProcessors
@Autowired protected Thymeleaf3ConfigUtils configUtil
@Bean public org.thymeleaf.spring5.dialect.SpringStandardDialect thymeleafSpringStandardDialect()
@Bean public Set<org.thymeleaf.dialect.IDialect> blEmailDialects()
@Bean public BroadleafThymeleaf3Dialect blDialect()
@Bean public Set<org.thymeleaf.processor.IProcessor> blDialectProcessors()
Copyright © 2021. All rights reserved.