| Package | Description |
|---|---|
| org.broadleafcommerce.common.extension |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtensionManager<T extends ExtensionHandler>
The ExtensionManager pattern is intended for out of box components to be extended by Broadleaf modules.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExtensionHandler
Base
ExtensionHandler class that provide basic extension handler properties including
priority (which drives the execution order of handlers) and enabled (which if false informs the
manager to skip this handler). |
| Modifier and Type | Field and Description |
|---|---|
protected T |
ExtensionManager.extensionHandler |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExtensionManager.shouldContinue(ExtensionResultStatusType result,
ExtensionHandler handler,
Method method,
Object[] args)
Utility method that is useful for determining whether or not an ExtensionManager implementation
should continue after processing a ExtensionHandler call.
|
Copyright © 2014. All Rights Reserved.