@Deprecated @Component(value="blNamedOrderProcessor") @ConditionalOnTemplating public class NamedOrderProcessor extends org.broadleafcommerce.presentation.dialect.AbstractBroadleafVariableModifierProcessor
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()
public int getPrecedence()
getPrecedence in interface org.broadleafcommerce.presentation.dialect.BroadleafProcessorgetPrecedence in class org.broadleafcommerce.presentation.dialect.AbstractBroadleafVariableModifierProcessorCopyright © 2021. All rights reserved.