@Component(value="blCartState")
public class CartState
extends java.lang.Object
| Constructor and Description |
|---|
CartState() |
| Modifier and Type | Method and Description |
|---|---|
static Order |
getCart()
Gets the current cart based on the current request
|
static void |
setCart(Order cart)
Sets the current cart on the current request
|
Copyright © 2018. All Rights Reserved.