Interface BroadleafCheckoutControllerExtensionHandler
- All Superinterfaces:
ExtensionHandler
- All Known Implementing Classes:
AbstractCheckoutControllerExtensionHandler
Extension handler for the checkout controller
- Author:
- Joshua Skorton (jskorton)
-
Method Summary
Modifier and TypeMethodDescriptionaddAdditionalModelVariables(org.springframework.ui.Model model) Allow other modules to add properties to the checkout controller modelAllow other modules to execute additional logic in shipping methodsMethods inherited from interface org.broadleafcommerce.common.extension.ExtensionHandler
getPriority, isEnabled
-
Method Details
-
addAdditionalModelVariables
Allow other modules to add properties to the checkout controller model- Parameters:
model-- Returns:
-
performAdditionalShippingAction
ExtensionResultStatusType performAdditionalShippingAction()Allow other modules to execute additional logic in shipping methods- Returns:
-