Class BroadleafCommonAddressValidatorExtensionManager

java.lang.Object
org.broadleafcommerce.common.extension.ExtensionManager<BroadleafCommonAddressValidatorExtensionHandler>
org.broadleafcommerce.common.web.validator.BroadleafCommonAddressValidatorExtensionManager
All Implemented Interfaces:
InvocationHandler

@Service("blBroadleafCommonAddressValidatorExtensionManager") public class BroadleafCommonAddressValidatorExtensionManager extends org.broadleafcommerce.common.extension.ExtensionManager<BroadleafCommonAddressValidatorExtensionHandler>
Author:
Elbert Bautista (elbertbautista)
  • Field Summary

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

    extensionHandler, handlers, handlersSorted, LOCK_OBJECT
  • Constructor Summary

    Constructors
  • 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

    • BroadleafCommonAddressValidatorExtensionManager

      public BroadleafCommonAddressValidatorExtensionManager()
  • 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<BroadleafCommonAddressValidatorExtensionHandler>