@Deprecated @Component(value="blNamedOrderProcessor") @ConditionalOnTemplating public class NamedOrderProcessor extends Object implements CategoriesExpression
A Thymeleaf processor that will add the desired named order to the model
Example:
<blc:named_order orderVar="wishlist" orderName="wishlist" />
<span th:text="${wishlist.customer.name}" />
Order#getName()}| Modifier and Type | Field and Description |
|---|---|
protected OrderService |
orderService
Deprecated.
|
| Constructor and Description |
|---|
NamedOrderProcessor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Deprecated.
|
int |
getPrecedence()
Deprecated.
|
Map<String,Object> |
populateModelVariables(String tagName,
Map<String,String> tagAttributes,
org.broadleafcommerce.presentation.model.BroadleafTemplateContext context)
Deprecated.
|
protected OrderService orderService
public String getName()
getName in interface BroadleafVariableExpressiongetName in interface CategoriesExpressionpublic int getPrecedence()
getPrecedence in interface CategoriesExpressionpublic Map<String,Object> populateModelVariables(String tagName, Map<String,String> tagAttributes, org.broadleafcommerce.presentation.model.BroadleafTemplateContext context)
populateModelVariables in interface CategoriesExpressionCopyright © 2023. All rights reserved.