|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExtensionHandler | |
|---|---|
| org.broadleafcommerce.common.extension | |
| Uses of ExtensionHandler in org.broadleafcommerce.common.extension |
|---|
| Classes in org.broadleafcommerce.common.extension with type parameters of type ExtensionHandler | |
|---|---|
class |
ExtensionManager<T extends ExtensionHandler>
The ExtensionManager pattern is intended for out of box components to be extended by Broadleaf modules. |
| Classes in org.broadleafcommerce.common.extension that implement ExtensionHandler | |
|---|---|
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). |
| Fields in org.broadleafcommerce.common.extension declared as ExtensionHandler | |
|---|---|
protected T |
ExtensionManager.extensionHandler
|
| Methods in org.broadleafcommerce.common.extension with parameters of type ExtensionHandler | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||