Class BLCMoneyFormatUtils

java.lang.Object
org.broadleafcommerce.common.util.BLCMoneyFormatUtils

public class BLCMoneyFormatUtils extends Object
Convenience class to format prices for front-end display.
Author:
Chris Kittrell (ckittrell)
  • Constructor Details

    • BLCMoneyFormatUtils

      public BLCMoneyFormatUtils()
  • Method Details

    • formatPrice

      public static String formatPrice(Money price)
      Reformats the given price field for front-end display.
      Parameters:
      price -
      Returns:
      the formatted price
    • formatPrice

      public static String formatPrice(Money price, Map<String,String> localeToChange)