Interface CartRestorationStrategy
-
- All Known Implementing Classes:
DefaultCartRestorationStrategy,MergingCartRestorationStrategy,NoOpCartRestorationStrategy
public interface CartRestorationStrategyStrategy for cart restoration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrestoreCart(javax.servlet.http.HttpServletRequest request)Restore cart.
-