Interface BroadleafCheckoutControllerExtensionHandler

All Superinterfaces:
ExtensionHandler
All Known Implementing Classes:
AbstractCheckoutControllerExtensionHandler

public interface BroadleafCheckoutControllerExtensionHandler extends ExtensionHandler
Extension handler for the checkout controller
Author:
Joshua Skorton (jskorton)
  • Method Details

    • addAdditionalModelVariables

      ExtensionResultStatusType addAdditionalModelVariables(org.springframework.ui.Model model)
      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: