Package com.broadleafcommerce.money
Interface CurrencyContext
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SimpleCurrencyContext
Deprecated.
Interface for determining a
CurrencyUnit
within a particular thread of execution.- Author:
- Phillip Verheyden (phillipuniverse)
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionjavax.money.CurrencyUnit
Deprecated.Obtains the current currency associated with this execution
-
Method Details
-
getCurrency
@Nullable javax.money.CurrencyUnit getCurrency()Deprecated.Obtains the current currency associated with this execution- Returns:
- the current currency or null if there is none specified
-