Class CatalogCurrencyContextInfoCustomizer
java.lang.Object
com.broadleafcommerce.catalog.service.context.CatalogCurrencyContextInfoCustomizer
- All Implemented Interfaces:
com.broadleafcommerce.data.tracking.core.context.ContextInfoCustomizer,org.springframework.core.Ordered
public class CatalogCurrencyContextInfoCustomizer
extends Object
implements com.broadleafcommerce.data.tracking.core.context.ContextInfoCustomizer
This component attempts to resolve the default
Currency for this request.- Author:
- Kelly Tisdell (ktisdell)
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
ConstructorsConstructorDescriptionCatalogCurrencyContextInfoCustomizer(com.broadleafcommerce.common.extension.data.DataRouteSupporting route) -
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(@NonNull com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, String routeKey, org.springframework.core.MethodParameter endpoint, org.springframework.web.context.request.NativeWebRequest webRequest) protected com.broadleafcommerce.money.jackson.CurrencyHolderprotected com.broadleafcommerce.common.extension.data.DataRouteSupportinggetRoute()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
-
CatalogCurrencyContextInfoCustomizer
public CatalogCurrencyContextInfoCustomizer(com.broadleafcommerce.common.extension.data.DataRouteSupporting route)
-
-
Method Details
-
customize
public void customize(@NonNull @NonNull com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, @Nullable String routeKey, @Nullable org.springframework.core.MethodParameter endpoint, @Nullable 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) -
getRoute
protected com.broadleafcommerce.common.extension.data.DataRouteSupporting getRoute() -
getCurrencyHolder
protected com.broadleafcommerce.money.jackson.CurrencyHolder getCurrencyHolder()
-