org.broadleafcommerce.core.web.controller.cart
Class AbstractCartController
java.lang.Object
org.broadleafcommerce.common.web.controller.BroadleafAbstractController
org.broadleafcommerce.core.web.controller.cart.AbstractCartController
- Direct Known Subclasses:
- BroadleafCartController
public abstract class AbstractCartController
- extends BroadleafAbstractController
An abstract controller that provides convenience methods and resource declarations for its
children. Operations that are shared between controllers that deal with the catalog belong here.
- Author:
- apazzolini
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
catalogService
protected CatalogService catalogService
orderService
protected OrderService orderService
offerService
protected OfferService offerService
updateCartService
protected UpdateCartService updateCartService
AbstractCartController
public AbstractCartController()
Copyright © 2013. All Rights Reserved.