Modifier and Type | Class and Description |
---|---|
class |
AdminProductTranslationExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
StructuredContentServiceExtensionHandler
Extension handler for the
StructuredContentService |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStructuredContentServiceExtensionHandler
Extension handler for the
StructuredContentService |
Modifier and Type | Interface and Description |
---|---|
interface |
ContentProcessorExtensionHandler
Extension handler for the
ContentProcessor |
Modifier and Type | Class and Description |
---|---|
class |
AbstractContentProcessorExtensionHandler
Abstract implementation of
ContentProcessorExtensionHandler |
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 | Interface and Description |
---|---|
interface |
NativeMethodEntityExtensionHandler<T>
Extension handler used for contributions to native Object methods on entity like equals() clone() and hashCode().
|
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 |
SiteServiceExtensionHandler
ExtensionHandler for methods within
SiteServiceImpl |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSiteServiceExtensionHandler
Default implementation of
SiteServiceExtensionHandler |
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 |
Modifier and Type | Interface and Description |
---|---|
interface |
CategoryDaoExtensionHandler |
interface |
ProductDaoExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
CategoryEntityExtensionHandler
For internal usage.
|
interface |
ProductEntityExtensionHandler
For internal usage.
|
interface |
ProductOptionEntityExtensionHandler
For internal usage.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CatalogServiceExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
InventoryServiceExtensionHandler
Marker interface to dictate the overridden methods within
ContextualInventoryService . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInventoryServiceExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
OfferCodeDaoExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
DefaultOfferCodeDaoExtensionHandler
Default implementation of OfferCodeDaoExtensionHandler.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OfferEntityExtensionHandler
For internal usage.
|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BroadleafCheckoutControllerExtensionHandler
Extension handler for the checkout controller
|
interface |
ConfirmationControllerExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCheckoutControllerExtensionHandler |
class |
AbstractConfirmationControllerExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
AuthSuccessHandlerExtensionHandler
Extension handler for actions that should take place after a user has authenticated on the front-end site.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuthSuccessHandlerExtensionHandler
Abstract handler for
AuthSuccessHandlerExtensionHandler so that actual implementations of this handler
do not need to implemenet every single method. |
Modifier and Type | Interface and Description |
---|---|
interface |
CategoriesProcessorExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
DatabaseResourceResolverExtensionHandler
Extension handler for resolving templates from the database.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDatabaseResourceResolverExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
CacheKeyResolverExtensionHandler |
interface |
UpdateCartServiceExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCacheKeyResolverExtensionHandler |
class |
AbstractUpdateCartServiceExtensionHandler |
class |
i18nUpdateCartServiceExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
AdminAbstractControllerExtensionHandler
Extension handler for methods present in
AdminAbstractController . |
interface |
AdminTranslationControllerExtensionHandler |
interface |
MainEntityActionsExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAdminAbstractControllerExtensionHandler
Abstract implementatino of
AdminAbstractControllerExtensionHandler . |
class |
AbstractAdminTranslationControllerExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
RuleBuilderFieldServiceExtensionHandler
Allows Broadleaf Add-On modules to manipulate the list of rule fields.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRuleBuilderFieldServiceExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
FormBuilderExtensionHandler
Extension handler for various methods from
FormBuilderService |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFormBuilderExtensionHandler
Abstract class to provide convenience for determining how to handle form
extensions in the admin
|
Modifier and Type | Interface and Description |
---|---|
interface |
CustomerMergeExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCustomerMergeExtensionHandler |
Copyright © 2014. All rights reserved.