Class BLCMoneyFormatUtils
java.lang.Object
org.broadleafcommerce.common.util.BLCMoneyFormatUtils
Convenience class to format prices for front-end display.
- Author:
- Chris Kittrell (ckittrell)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
formatPrice
(Money price) Reformats the given price field for front-end display.static String
formatPrice
(Money price, Map<String, String> localeToChange)
-
Constructor Details
-
BLCMoneyFormatUtils
public BLCMoneyFormatUtils()
-
-
Method Details
-
formatPrice
Reformats the given price field for front-end display.- Parameters:
price
-- Returns:
- the formatted price
-
formatPrice
-