| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OfferServiceExtensionHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOfferServiceExtensionHandler |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OrderDaoExtensionHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOrderDaoExtensionHandler |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MergeCartServiceExtensionHandler
Extension handler for merge cart
|
interface |
OrderServiceExtensionHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMergeCartServiceExtensionHandler |
class |
AbstractOrderServiceExtensionHandler |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SolrSearchServiceExtensionHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSolrSearchServiceExtensionHandler
Implementors of the SolrSearchServiceExtensionHandler interface should extend this class so that if
additional extension points are added which they don't care about, their code will not need to be
modified.
|
class |
I18nSolrSearchServiceExtensionHandler
If the field is translatable, then this method prefixes the field with supported locales.
|
Copyright © 2014. All Rights Reserved.