Class BroadleafCurrencyResolverImpl

java.lang.Object
org.broadleafcommerce.common.web.BroadleafCurrencyResolverImpl
All Implemented Interfaces:
BroadleafCurrencyResolver

@Component("blCurrencyResolver") public class BroadleafCurrencyResolverImpl extends Object implements BroadleafCurrencyResolver
Responsible for returning the currency to use for the current request.
  • Field Details

    • CURRENCY_CODE_PARAM

      public static String CURRENCY_CODE_PARAM
      Parameter/Attribute name for the current currency code
    • CURRENCY_VAR

      public static String CURRENCY_VAR
      Parameter/Attribute name for the current currency
  • Constructor Details

    • BroadleafCurrencyResolverImpl

      public BroadleafCurrencyResolverImpl()
  • Method Details