Modifier and Type | Class and Description |
---|---|
class |
CustomerPaymentGatewayAbstractController
Abstract controller that provides convenience methods and resource declarations to facilitate payment gateway
communication between the implementing module and the Spring injected customer profile engine.
|
class |
PaymentGatewayAbstractController
Abstract controller that provides convenience methods and resource declarations to facilitate payment gateway
communication between the implementing module and the Spring injected checkout engine.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAccountController
An abstract controller that provides convenience methods and resource declarations for its children.
|
class |
AbstractCustomerAddressController
An abstract controller that provides convenience methods and resource declarations for its children.
|
class |
BroadleafChangePasswordController
This controller handles password changes for a customer's account
|
class |
BroadleafLoginController
The controller responsible for login and login related activities including
forgot username, forgot password, and reset password.
|
class |
BroadleafManageCustomerAddressesController |
class |
BroadleafManageCustomerPaymentsController
This is the page controller for adding, updating, and deleting a customer's saved payments.
|
class |
BroadleafManageWishlistController
The controller responsible for wishlist management activities, including
viewing a wishlist, moving items from the wishlist to the cart, and
removing items from the wishlist
|
class |
BroadleafOrderHistoryController |
class |
BroadleafRegisterController
The controller responsible for registering a customer.
|
class |
BroadleafSocialRegisterController
This is an extension of BroadleafRegisterController
that utilizes Spring Social to register a customer from a Service Provider
such as Facebook or Twitter.
|
class |
BroadleafUpdateAccountController |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCartController
An abstract controller that provides convenience methods and resource declarations for its
children.
|
class |
BroadleafCartController
In charge of performing the various modify cart operations
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCatalogController
An abstract controller that provides convenience methods and resource declarations for its
children.
|
class |
BroadleafCategoryController
This class works in combination with the CategoryHandlerMapping which finds a category based upon
the passed in URL.
|
class |
BroadleafProductController
This class works in combination with the ProductHandlerMapping which finds a product based upon
the passed in URL.
|
class |
BroadleafSearchController
Handles searching the catalog for a given search term.
|
class |
BroadleafSkuController
This class works in combination with the SkuHandlerMapping which finds a category based upon
the passed in URL.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCheckoutController
An abstract controller that provides convenience methods and resource declarations for its
children.
|
class |
BroadleafBillingInfoController |
class |
BroadleafCheckoutController
In charge of performing the various checkout operations
|
class |
BroadleafOrderConfirmationController |
class |
BroadleafPaymentInfoController |
class |
BroadleafShippingInfoController
In charge of performing the various checkout operations
|
Modifier and Type | Class and Description |
---|---|
class |
BroadleafContactUsController |
Copyright © 2022. All rights reserved.