@Component(value="blCurrencyResolver") public class BroadleafCurrencyResolverImpl extends Object implements BroadleafCurrencyResolver
| Modifier and Type | Field and Description |
|---|---|
static String |
CURRENCY_CODE_PARAM
Parameter/Attribute name for the current currency code
|
static String |
CURRENCY_VAR
Parameter/Attribute name for the current currency
|
| Constructor and Description |
|---|
BroadleafCurrencyResolverImpl() |
| Modifier and Type | Method and Description |
|---|---|
BroadleafRequestedCurrencyDto |
resolveCurrency(javax.servlet.http.HttpServletRequest request)
Responsible for returning the currency to use for the current request.
|
BroadleafRequestedCurrencyDto |
resolveCurrency(org.springframework.web.context.request.WebRequest request) |
public static String CURRENCY_CODE_PARAM
public static String CURRENCY_VAR
public BroadleafRequestedCurrencyDto resolveCurrency(javax.servlet.http.HttpServletRequest request)
resolveCurrency in interface BroadleafCurrencyResolverpublic BroadleafRequestedCurrencyDto resolveCurrency(org.springframework.web.context.request.WebRequest request)
resolveCurrency in interface BroadleafCurrencyResolverCopyright © 2022. All rights reserved.