Class SystemPropertyServiceExtensionManager
java.lang.Object
org.broadleafcommerce.common.extension.ExtensionManager<SystemPropertyServiceExtensionHandler>
org.broadleafcommerce.common.config.service.SystemPropertyServiceExtensionManager
- All Implemented Interfaces:
InvocationHandler
@Service("blSystemPropertyServiceExtensionManager")
public class SystemPropertyServiceExtensionManager
extends ExtensionManager<SystemPropertyServiceExtensionHandler>
- Author:
- bpolster
-
Field Summary
Fields inherited from class org.broadleafcommerce.common.extension.ExtensionManager
extensionHandler, handlers, handlersSorted, LOCK_OBJECT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The first "handler" to "handle" the request wins.Methods inherited from class org.broadleafcommerce.common.extension.ExtensionManager
execute, getHandlers, getPriority, getProxy, invoke, registerHandler, setHandlers, shouldContinue, sortHandlers
-
Constructor Details
-
SystemPropertyServiceExtensionManager
public SystemPropertyServiceExtensionManager()
-
-
Method Details
-
continueOnHandled
public boolean continueOnHandled()The first "handler" to "handle" the request wins.- Overrides:
continueOnHandled
in classExtensionManager<SystemPropertyServiceExtensionHandler>
- Returns:
-