Class PageServiceExtensionManager

java.lang.Object
org.broadleafcommerce.common.extension.ExtensionManager<PageServiceExtensionHandler>
org.broadleafcommerce.cms.page.service.PageServiceExtensionManager
All Implemented Interfaces:
InvocationHandler

@Service("blPageServiceExtensionManager") public class PageServiceExtensionManager extends org.broadleafcommerce.common.extension.ExtensionManager<PageServiceExtensionHandler>
Author:
Andre Azzolini (apazzolini), bpolster
  • 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
    By default, this manager will allow other handlers to process the method when a handler returns HANDLED.

    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

    • PageServiceExtensionManager

      public PageServiceExtensionManager()
  • Method Details

    • continueOnHandled

      public boolean continueOnHandled()
      By default, this manager will allow other handlers to process the method when a handler returns HANDLED.
      Overrides:
      continueOnHandled in class org.broadleafcommerce.common.extension.ExtensionManager<PageServiceExtensionHandler>