Class PricingCatalogCurrencyContextInfoCustomizer
java.lang.Object
com.broadleafcommerce.pricing.service.context.PricingCatalogCurrencyContextInfoCustomizer
- All Implemented Interfaces:
com.broadleafcommerce.data.tracking.core.context.ContextInfoCustomizer,org.springframework.core.Ordered
public class PricingCatalogCurrencyContextInfoCustomizer
extends Object
implements com.broadleafcommerce.data.tracking.core.context.ContextInfoCustomizer
This component attempts to resolve the default
Currency for this request.-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
ConstructorsConstructorDescriptionPricingCatalogCurrencyContextInfoCustomizer(com.broadleafcommerce.common.extension.data.DataRouteSupporting route) -
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String routeKey, org.springframework.core.MethodParameter endpoint, org.springframework.web.context.request.NativeWebRequest webRequest) voidsetCurrencyHolder(com.broadleafcommerce.money.jackson.CurrencyHolder currencyHolder) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.broadleafcommerce.data.tracking.core.context.ContextInfoCustomizer
getOrder
-
Constructor Details
-
PricingCatalogCurrencyContextInfoCustomizer
public PricingCatalogCurrencyContextInfoCustomizer(com.broadleafcommerce.common.extension.data.DataRouteSupporting route)
-
-
Method Details
-
customize
public void customize(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String routeKey, org.springframework.core.MethodParameter endpoint, org.springframework.web.context.request.NativeWebRequest webRequest) - Specified by:
customizein interfacecom.broadleafcommerce.data.tracking.core.context.ContextInfoCustomizer
-
setCurrencyHolder
@Autowired public void setCurrencyHolder(com.broadleafcommerce.money.jackson.CurrencyHolder currencyHolder)
-