Modifier and Type | Class and Description |
---|---|
class |
BroadleafPageController
This class works in combination with the PageHandlerMapping which finds a page based upon
the request URL.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAccountController
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 |
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 |
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 CategoryHandlerMapping which finds a category based upon
the passed in URL.
|
class |
BroadleafSearchController
Handles searching the catalog for a given search term.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCheckoutController
An abstract controller that provides convenience methods and resource declarations for its
children.
|
class |
BroadleafCheckoutController
In charge of performing the various checkout operations
|
class |
BroadleafOrderConfirmationController |
Modifier and Type | Class and Description |
---|---|
class |
BroadleafAdminLoginController
AdminLoginController handles login related needs for the BLC admin including:
Forgot Password
Forgot Username
Reset Password
|
Copyright © 2013. All rights reserved.