Class AbstractCartController
java.lang.Object
org.broadleafcommerce.common.web.controller.BroadleafAbstractController
org.broadleafcommerce.core.web.controller.cart.AbstractCartController
- Direct Known Subclasses:
BroadleafCartController
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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CatalogServiceprotected OrderToPaymentRequestDTOServiceprotected OfferServiceprotected OrderItemServiceprotected OrderServiceprotected UpdateCartService -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.broadleafcommerce.common.web.controller.BroadleafAbstractController
addDeepLink, getContextPath, isAjaxRequest, jsonResponse
-
Field Details
-
catalogService
-
orderService
-
orderItemService
-
offerService
-
updateCartService
-
dtoTranslationService
-
-
Constructor Details
-
AbstractCartController
public AbstractCartController()
-