| Interface | Description |
|---|---|
| BaseUrlResolver |
Responsible for providing the base url for the site / admin applications.
|
| BroadleafCurrencyResolver |
Responsible for returning the currency to use for the current request.
|
| BroadleafLocaleResolver |
Responsible for returning the Locale to use for the current request.
|
| BroadleafRequestCustomerResolver |
This resolver is responsible for returning the Customer object that is currently present on the request.
|
| BroadleafSandBoxResolver |
Responsible for determining the SandBox to use for the current request.
|
| BroadleafSiteResolver |
Responsible for returning the site used by Broadleaf Commerce for the current request.
|
| BroadleafThemeResolver |
Responsible for returning the theme used by Broadleaf Commerce for the current request.
|
| BroadleafThymeleafViewResolverExtensionHandler | |
| BroadleafTimeZoneResolver |
Responsible for returning the TimeZone to use for the current request.
|
| BroadleafWebRequestProcessor |
Generic interface that should be used for processing requests from Servlet Filters, Spring interceptors or Portlet
filters.
|
| Locatable | |
| TemplateTypeAware |
| Class | Description |
|---|---|
| AbstractBroadleafThymeleafResolverExtensionHandler | |
| AbstractBroadleafWebRequestProcessor |
Provides no-op implementations to optional methods
|
| BaseUrlResolverImpl | |
| BLCAbstractHandlerMapping |
Adds some convenience methods to the Spring AbstractHandlerMapping for
BLC specific HandlerMappings.
|
| BroadleafCookieLocaleResolver |
Specific Spring component to override the default behavior of
CookieLocaleResolver so that the default Broadleaf
Locale looked up in the database is used. |
| BroadleafCurrencyResolverImpl |
Responsible for returning the currency to use for the current request.
|
| BroadleafLocaleResolverImpl |
Responsible for returning the Locale to use for the current request.
|
| BroadleafRequestContext |
Convenient holder class for various objects to be automatically available on thread local without invoking the various
services yourself
|
| BroadleafRequestCustomerResolverImpl |
By default, we'll resolve the customer from the "customer" attribute on the request.
|
| BroadleafRequestFilter |
Responsible for setting up the site and locale used by Broadleaf Commerce components.
|
| BroadleafRequestInterceptor |
Interceptor responsible for setting up the BroadleafRequestContext for the life of the request.
|
| BroadleafRequestProcessor | |
| BroadleafSandBoxResolverImpl |
Responsible for determining the SandBox to use for the current request.
|
| BroadleafThymeleafMessageResolver |
This implementation will check to see if the key matches the known i18n value key.
|
| BroadleafThymeleafServletContextTemplateResolver |
Overrides the Thymeleaf ContextTemplateResolver and appends the org.broadleafcommerce.common.web.Theme path to the url
if it exists.
|
| BroadleafThymeleafStandardTemplateModeHandlers | |
| BroadleafThymeleafTemplateModeHandler |
Overrides the Thymeleaf ContextTemplateResolver and appends the org.broadleafcommerce.common.web.Theme path to the url
if it exists.
|
| BroadleafThymeleafViewResolver |
This class extends the default ThymeleafViewResolver to facilitate rendering
template fragments (such as those used by AJAX modals or iFrames) within a
full page container should the request for that template have occurred in a
stand-alone context.
|
| BroadleafThymeleafViewResolverExtensionManager | |
| BroadleafTimeZoneResolverImpl |
Responsible for returning the timezone to use for the current request.
|
| JsonResponse |
Used when a controller typically returns a String that represents a view path but would like to return a
JSON response in other scenarios, such as an error case.
|
| NullBroadleafSiteResolver |
Returns null for the Site (typical for non-multi-site implementations of
Broadleaf Commerce.
|
| NullBroadleafTemplateResolver |
Placeholder component to support a custom TemplateResolver.
|
| NullBroadleafThemeResolver |
Returns null for the Site (typical for non-multi-site implementations of
Broadleaf Commerce.
|
| SandBoxContext |
| Enum | Description |
|---|---|
| DeployBehavior | |
| DeployState | |
| EnforceEnterpriseCollectionBehaviorState |
Defines the state in which sandboxable collections in the Enterprise module should adhere to Broadleaf defined behavior.
|
| ValidateProductionChangesState |
Copyright © 2017. All rights reserved.