org.broadleafcommerce.core.web.controller.account
Class AbstractAccountController
java.lang.Object
org.broadleafcommerce.common.web.controller.BroadleafAbstractController
org.broadleafcommerce.core.web.controller.account.AbstractAccountController
- Direct Known Subclasses:
- BroadleafManageWishlistController, BroadleafOrderHistoryController
public abstract class AbstractAccountController
- 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 cart belong here.
- Author:
- apazzolini
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
orderService
protected OrderService orderService
catalogService
protected CatalogService catalogService
AbstractAccountController
public AbstractAccountController()
Copyright © 2013. All Rights Reserved.