@Deprecated @Component(value="blNamedOrderProcessor") @ConditionalOnTemplating public class NamedOrderProcessor extends Object implements NamedOrderExpression
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.
|
Order |
getWishlist()
Deprecated.
|
protected OrderService orderService
public String getName()
getName in interface BroadleafVariableExpressiongetName in interface NamedOrderExpressionpublic int getPrecedence()
getPrecedence in interface NamedOrderExpressionpublic Order getWishlist()
getWishlist in interface NamedOrderExpressionCopyright © 2023. All rights reserved.