Interface | Description |
---|---|
BroadleafCurrencyResolver |
Responsible for returning the currency to use for the current request.
|
BroadleafLocaleResolver |
Responsible for returning the Locale to use for the current 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.
|
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.
|
Class | Description |
---|---|
AbstractBroadleafWebRequestProcessor |
Provides no-op implementations to optional methods
|
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.
|
BroadleafGWTModuleURLMappingResourceHttpRequestHandler | |
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
|
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 | |
BroadleafResourceHttpRequestBeanFactoryPostProcessor | |
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.
|
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.
|
BroadleafTimeZoneResolverImpl |
Responsible for returning the timezone to use for the current request.
|
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 |
Copyright © 2014. All rights reserved.