| Modifier and Type | Interface and Description |
|---|---|
interface |
SystemPropertyServiceExtensionHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSystemPropertyServiceExtensionHandler |
| 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 |
TranslationDaoExtensionHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTranslationDaoExtensionHandler |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TemplateOverrideExtensionHandler
Certain objects may have templates that resolve differently based on Broadleaf modules.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTemplateOverrideExtensionHandler |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BroadleafThymeleafViewResolverExtensionHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBroadleafThymeleafViewResolverExtensionHandler |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PaymentGatewayFieldExtensionHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPaymentGatewayFieldExtensionHandler |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CreditCardTypesExtensionHandler |
interface |
TRCreditCardExtensionHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCreditCardTypesExtensionHandler |
class |
AbstractTRCreditCardExtensionHandler
An Abstract implementation of the TRCreditCardExtensionHandler.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ResourceRequestExtensionHandler
Provides extension points for dealing with requests for resources
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractResourceRequestExtensionHandler |
Copyright © 2014. All Rights Reserved.