Modifier and Type | Class and Description |
---|---|
class |
AdminCatalogActionsController
Controller that responds to custom catalog actions.
|
Modifier and Type | Class and Description |
---|---|
class |
AdminBaseProductController |
class |
AdminBundleProductController |
class |
AdminCategoryController
Handles admin operations for the
Category entity. |
class |
AdminOfferController
Handles admin operations for the
Offer entity. |
class |
AdminOrderController
Handles admin operations for the
Order entity. |
class |
AdminProductController
Handles admin operations for the
Product entity. |
Modifier and Type | Class and Description |
---|---|
class |
AdminAssetController
Handles admin operations for the
Asset entity. |
class |
AdminAssetUploadController
AdminAssetUploadController handles uploading or selecting assets.
|
class |
AdminPageController
Handles admin operations for the
Page entity. |
class |
AdminStructuredContentController
Handles admin operations for the
StructuredContent entity. |
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 |
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 |
Modifier and Type | Class and Description |
---|---|
class |
AdminAbstractController
An abstract controller that provides convenience methods and resource declarations for the Admin.
|
class |
AdminExportController |
class |
AdminLoginController
AdminLoginController handles login related needs for the BLC admin including:
Forgot Password
Forgot Username
Reset Password
|
class |
AdminTranslationController |
class |
AdminUserManagementController |
Modifier and Type | Class and Description |
---|---|
class |
AdminBasicEntityController
The default implementation of the
AdminAbstractController . |
class |
AdminBasicOperationsController
The operations in this controller are actions that do not necessarily depend on a section key being present.
|
Copyright © 2020. All rights reserved.