public class DelegatingThymeleaf3VariableModifierProcessor
extends org.thymeleaf.processor.element.AbstractElementTagProcessor
| Modifier and Type | Field and Description |
|---|---|
protected org.broadleafcommerce.presentation.dialect.BroadleafVariableModifierProcessor |
processor |
| Constructor and Description |
|---|
DelegatingThymeleaf3VariableModifierProcessor(String elementName,
org.broadleafcommerce.presentation.dialect.BroadleafVariableModifierProcessor processor,
int precedence) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> void |
addItemToExistingSet(String key,
Object value)
Deprecated.
this method should no longer be used as it cannot provide the correct functionality in Thymeleaf 3+
|
protected void |
doProcess(org.thymeleaf.context.ITemplateContext context,
org.thymeleaf.model.IProcessableElementTag tag,
org.thymeleaf.processor.element.IElementTagStructureHandler structureHandler)
This method will handle calling the modifyModelAttributes abstract method
|
getDialectPrefix, getMatchingAttributeName, getMatchingElementName, processgetPrecedence, getTemplateModeprotected org.broadleafcommerce.presentation.dialect.BroadleafVariableModifierProcessor processor
public DelegatingThymeleaf3VariableModifierProcessor(String elementName, org.broadleafcommerce.presentation.dialect.BroadleafVariableModifierProcessor processor, int precedence)
protected void doProcess(org.thymeleaf.context.ITemplateContext context,
org.thymeleaf.model.IProcessableElementTag tag,
org.thymeleaf.processor.element.IElementTagStructureHandler structureHandler)
doProcess in class org.thymeleaf.processor.element.AbstractElementTagProcessor@Deprecated protected <T> void addItemToExistingSet(String key, Object value)
arguments - key - value - Copyright © 2021. All rights reserved.