org.broadleafcommerce.core.web.controller.checkout
Interface BroadleafCheckoutControllerExtensionHandler

All Superinterfaces:
ExtensionHandler

public interface BroadleafCheckoutControllerExtensionHandler
extends ExtensionHandler

Extension handler for the checkout controller

Author:
Joshua Skorton (jskorton)

Method Summary
 ExtensionResultStatusType addAdditionalModelVariables(org.springframework.ui.Model model)
          Allow other modules to add properties to the checkout controller model
 ExtensionResultStatusType performAdditionalShippingAction()
          Allow other modules to execute additional logic in shipping methods
 
Methods inherited from interface org.broadleafcommerce.common.extension.ExtensionHandler
getPriority, isEnabled
 

Method Detail

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:


Copyright © 2013. All Rights Reserved.