Class BroadleafCheckoutControllerExtensionManager

java.lang.Object
org.broadleafcommerce.common.extension.ExtensionManager<BroadleafCheckoutControllerExtensionHandler>
org.broadleafcommerce.core.web.controller.checkout.BroadleafCheckoutControllerExtensionManager
All Implemented Interfaces:
InvocationHandler

@Service("blCheckoutControllerExtensionManager") public class BroadleafCheckoutControllerExtensionManager extends org.broadleafcommerce.common.extension.ExtensionManager<BroadleafCheckoutControllerExtensionHandler>
Extension manager for the checkout controller
Author:
Joshua Skorton (jskorton)
  • Field Summary

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

    extensionHandler, handlers, handlersSorted, LOCK_OBJECT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from class org.broadleafcommerce.common.extension.ExtensionManager

    execute, getHandlers, getPriority, getProxy, invoke, registerHandler, setHandlers, shouldContinue, sortHandlers

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BroadleafCheckoutControllerExtensionManager

      public BroadleafCheckoutControllerExtensionManager()
  • Method Details