Class BroadleafLocaleResolverImpl

java.lang.Object
org.broadleafcommerce.common.web.BroadleafLocaleResolverImpl
All Implemented Interfaces:
BroadleafLocaleResolver

@Component("blLocaleResolver") public class BroadleafLocaleResolverImpl extends Object implements BroadleafLocaleResolver
Responsible for returning the Locale to use for the current request.
Author:
bpolster
  • Field Details

    • LOCALE_VAR

      public static String LOCALE_VAR
      Parameter/Attribute name for the current language
    • LOCALE_CODE_PARAM

      public static String LOCALE_CODE_PARAM
      Parameter/Attribute name for the current language
    • LOCALE_PULLED_FROM_SESSION

      public static String LOCALE_PULLED_FROM_SESSION
      Attribute indicating that the LOCALE was pulled from session. Other filters may want to behave differently if this is the case.
  • Constructor Details

    • BroadleafLocaleResolverImpl

      public BroadleafLocaleResolverImpl()
  • Method Details