| Interface | 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 |
| Class | Description |
|---|---|
| AbstractBroadleafAttributeModifierProcessor |
Default implementation of
BroadleafAttributeModifierProcessor that provides some defaults |
| AbstractBroadleafModelModifierProcessor |
Default implementation of
BroadleafModelModifierProcessor that provides some defaults |
| AbstractBroadleafTagReplacementProcessor |
Default implementation of
BroadleafTagReplacementProcessor that provides some defaults |
| AbstractBroadleafTagTextModifierProcessor |
Default implementation of
BroadleafTagTextModifierProcessor that provides some defaults |
| AbstractBroadleafVariableModifierAttrProcessor | Deprecated |
| AbstractBroadleafVariableModifierProcessor | Deprecated |
| BroadleafDialectPrefix |
Used to specify which dialect a
BroadleafProcessor should be in |
Copyright © 2023. All rights reserved.