Class NamedOrderProcessor

java.lang.Object
org.broadleafcommerce.core.web.processor.NamedOrderProcessor
Record Components:
orderVar - the value that the order will be assigned to
orderName - the name of the order, Order.getName()
All Implemented Interfaces:
BroadleafVariableExpression, NamedOrderExpression

@Deprecated @Component("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}" />
 
Author:
elbertbautista