public abstract class AbstractThymeleaf2DialectConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AbstractThymeleaf2DialectConfig.DataAttributeDialectConfiguration |
protected static class |
AbstractThymeleaf2DialectConfig.ThymeleafJava8TimeDialect |
protected static class |
AbstractThymeleaf2DialectConfig.ThymeleafSecurityDialectConfiguration |
protected static class |
AbstractThymeleaf2DialectConfig.ThymeleafWebLayoutConfiguration |
| Modifier and Type | Field and Description |
|---|---|
protected Set<org.broadleafcommerce.presentation.dialect.BroadleafProcessor> |
blcProcessors |
protected Thymeleaf2ConfigUtils |
configUtil |
protected Set<org.thymeleaf.processor.IProcessor> |
iProcessors |
| Constructor and Description |
|---|
AbstractThymeleaf2DialectConfig() |
| Modifier and Type | Method and Description |
|---|---|
BLCDialect |
blDialect() |
Set<org.thymeleaf.processor.IProcessor> |
blDialectProcessors() |
Set<org.thymeleaf.dialect.IDialect> |
blEmailDialects() |
org.thymeleaf.spring4.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 Thymeleaf2ConfigUtils configUtil
@Bean public Set<org.thymeleaf.dialect.IDialect> blEmailDialects()
@Bean public org.thymeleaf.spring4.dialect.SpringStandardDialect thymeleafSpringStandardDialect()
@Bean public Set<org.thymeleaf.processor.IProcessor> blDialectProcessors()
@Bean public BLCDialect blDialect()
Copyright © 2022. All rights reserved.