| Package | Description |
|---|---|
| org.broadleafcommerce.presentation.dialect |
| Class and Description |
|---|
| BroadleafAttributeModifierProcessor
An attribute processor that modifies the attributes on the tag that the event was triggered on
|
| BroadleafModelModifierProcessor
A tag processor that changes the tag to the tagName specified in the
BroadleafTemplateModelModifierDTO, adds attributes to that tag, adds local variables to that tag, and adds a
BroadleafTemplateModel as the last child of the tag. |
| BroadleafProcessor
Defines the base of what a template processor is in Broadleaf.
|
| BroadleafTagReplacementProcessor
A tag processor that's used to replace the tag that it was triggered on with a
BroadleafTemplateModel. |
| BroadleafTagTextModifierProcessor
An attribute processor that is used to modify (and replace) the text contents of the tag it's used on
|
| BroadleafVariableModifierAttrProcessor
Deprecated.
instead of using this interface, you should instead use a
org.broadleafcommerce.common.web.expression.BroadleafVariableExpression in
combination with th:with to set local variables. |
| BroadleafVariableModifierProcessor
Deprecated.
instead of using this processor you should instead write a custom
org.broadleafcommerce.common.web.expression.BraodleafVariableExpression in
combination with th:with if using Thymeleaf |
Copyright © 2023. All rights reserved.