Class ConfirmationControllerExtensionManager
java.lang.Object
org.broadleafcommerce.common.extension.ExtensionManager<ConfirmationControllerExtensionHandler>
org.broadleafcommerce.core.web.controller.checkout.ConfirmationControllerExtensionManager
- All Implemented Interfaces:
InvocationHandler
@Service("blConfirmationControllerExtensionManager")
public class ConfirmationControllerExtensionManager
extends org.broadleafcommerce.common.extension.ExtensionManager<ConfirmationControllerExtensionHandler>
- Author:
- Andre Azzolini (apazzolini)
-
Field Summary
Fields inherited from class org.broadleafcommerce.common.extension.ExtensionManager
extensionHandler, handlers, handlersSorted, LOCK_OBJECT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanBy 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
-
Constructor Details
-
ConfirmationControllerExtensionManager
public ConfirmationControllerExtensionManager()
-
-
Method Details
-
continueOnHandled
public boolean continueOnHandled()By default, this manager will allow other handlers to process the method when a handler returns HANDLED.- Overrides:
continueOnHandledin classorg.broadleafcommerce.common.extension.ExtensionManager<ConfirmationControllerExtensionHandler>
-