Class CartState
java.lang.Object
org.broadleafcommerce.core.web.order.CartState
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CartState
public CartState()
-
-
Method Details
-
getCart
Gets the current cart based on the current request- Returns:
- the current customer's cart
-
setCart
Sets the current cart on the current request- Parameters:
cart- the new cart to set
-