Class AbstractCheckoutControllerExtensionHandler

java.lang.Object
org.broadleafcommerce.common.extension.AbstractExtensionHandler
org.broadleafcommerce.core.web.controller.checkout.AbstractCheckoutControllerExtensionHandler
All Implemented Interfaces:
org.broadleafcommerce.common.extension.ExtensionHandler, BroadleafCheckoutControllerExtensionHandler

public abstract class AbstractCheckoutControllerExtensionHandler extends org.broadleafcommerce.common.extension.AbstractExtensionHandler implements BroadleafCheckoutControllerExtensionHandler
Author:
Elbert Bautista (elbertbautista)
  • Field Summary

    Fields inherited from class org.broadleafcommerce.common.extension.AbstractExtensionHandler

    enabled, priority
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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 class org.broadleafcommerce.common.extension.AbstractExtensionHandler

    getPriority, isEnabled, setEnabled, setPriority

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

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

    getPriority, isEnabled