Uses of Class
org.broadleafcommerce.common.web.controller.BroadleafAbstractController
Packages that use BroadleafAbstractController
Package
Description
-
Uses of BroadleafAbstractController in org.broadleafcommerce.admin.web.controller.action
Modifier and TypeClassDescriptionclass
Controller that responds to custom catalog actions. -
Uses of BroadleafAbstractController in org.broadleafcommerce.admin.web.controller.entity
-
Uses of BroadleafAbstractController in org.broadleafcommerce.admin.web.controller.inventory
-
Uses of BroadleafAbstractController in org.broadleafcommerce.cms.admin.web.controller
Modifier and TypeClassDescriptionclass
Handles admin operations for theAsset
entity.class
AdminAssetUploadController handles uploading or selecting assets.class
Handles admin operations for thePage
entity.class
Handles admin operations for theStructuredContent
entity. -
Uses of BroadleafAbstractController in org.broadleafcommerce.cms.web.controller
Subclasses of BroadleafAbstractController in org.broadleafcommerce.cms.web.controllerModifier and TypeClassDescriptionclass
This class works in combination with the PageHandlerMapping which finds a page based upon the request URL. -
Uses of BroadleafAbstractController in org.broadleafcommerce.common.web.payment.controller
Modifier and TypeClassDescriptionclass
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
Abstract controller that provides convenience methods and resource declarations to facilitate payment gateway communication between the implementing module and the Spring injected checkout engine. -
Uses of BroadleafAbstractController in org.broadleafcommerce.core.web.controller.account
Modifier and TypeClassDescriptionclass
An abstract controller that provides convenience methods and resource declarations for its children.class
An abstract controller that provides convenience methods and resource declarations for its children.class
This controller handles password changes for a customer's accountclass
The controller responsible for login and login related activities including forgot username, forgot password, and reset password.class
class
This is the page controller for adding, updating, and deleting a customer's saved payments.class
The controller responsible for wishlist management activities, including viewing a wishlist, moving items from the wishlist to the cart, and removing items from the wishlistclass
This is an extension of BroadleafRegisterController that utilizes Spring Social to register a customer from a Service Provider such as Facebook or Twitter.class
class
The controller responsible for registering a customer.class
-
Uses of BroadleafAbstractController in org.broadleafcommerce.core.web.controller.cart
Modifier and TypeClassDescriptionclass
An abstract controller that provides convenience methods and resource declarations for its children.class
In charge of performing the various modify cart operations -
Uses of BroadleafAbstractController in org.broadleafcommerce.core.web.controller.catalog
Modifier and TypeClassDescriptionclass
An abstract controller that provides convenience methods and resource declarations for its children.class
This class works in combination with the CategoryHandlerMapping which finds a category based upon the passed in URL.class
This class works in combination with the ProductHandlerMapping which finds a product based upon the passed in URL.class
Handles searching the catalog for a given search term.class
This class works in combination with the SkuHandlerMapping which finds a category based upon the passed in URL. -
Uses of BroadleafAbstractController in org.broadleafcommerce.core.web.controller.checkout
Modifier and TypeClassDescriptionclass
An abstract controller that provides convenience methods and resource declarations for its children.class
class
In charge of performing the various checkout operationsclass
class
class
In charge of performing the various checkout operations -
Uses of BroadleafAbstractController in org.broadleafcommerce.core.web.controller.contact
-
Uses of BroadleafAbstractController in org.broadleafcommerce.openadmin.web.controller
Modifier and TypeClassDescriptionclass
An abstract controller that provides convenience methods and resource declarations for the Admin.class
class
AdminLoginController handles login related needs for the BLC admin including: Forgot Password Forgot Username Reset Passwordclass
class
-
Uses of BroadleafAbstractController in org.broadleafcommerce.openadmin.web.controller.entity
Modifier and TypeClassDescriptionclass
The default implementation of theAdminAbstractController
.class
The operations in this controller are actions that do not necessarily depend on a section key being present.