Interface BroadleafCheckoutControllerExtensionHandler

All Superinterfaces:
org.broadleafcommerce.common.extension.ExtensionHandler
All Known Implementing Classes:
AbstractCheckoutControllerExtensionHandler

public interface BroadleafCheckoutControllerExtensionHandler extends org.broadleafcommerce.common.extension.ExtensionHandler
Extension handler for the checkout controller
Author:
Joshua Skorton (jskorton)
  • Method Summary

    Modifier and Type
    Method
    Description
    org.broadleafcommerce.common.extension.ExtensionResultStatusType
    addAdditionalModelVariables(org.springframework.ui.Model model)
    Allow other modules to add properties to the checkout controller model
    org.broadleafcommerce.common.extension.ExtensionResultStatusType
    Allow other modules to execute additional logic in shipping methods

    Methods inherited from interface org.broadleafcommerce.common.extension.ExtensionHandler

    getPriority, isEnabled
  • Method Details

    • addAdditionalModelVariables

      org.broadleafcommerce.common.extension.ExtensionResultStatusType addAdditionalModelVariables(org.springframework.ui.Model model)
      Allow other modules to add properties to the checkout controller model
      Parameters:
      model -
      Returns:
    • performAdditionalShippingAction

      org.broadleafcommerce.common.extension.ExtensionResultStatusType performAdditionalShippingAction()
      Allow other modules to execute additional logic in shipping methods
      Returns: