| |
|
| java.lang.Object com.jamonapi.utils.LocaleContext
LocaleContext | final public class LocaleContext (Code) | | |
getCurrencyFormatter | public static DecimalFormat getCurrencyFormatter()(Code) | | the thread local storage for the currency formatting specific for the locale |
getDateFormatter | public static DateFormat getDateFormatter()(Code) | | the locale specific date time formatter |
getDecimalGroupSeparator | public static char getDecimalGroupSeparator()(Code) | | the thread local storage for the number formatting decimal grouping separatorspecific for the locale |
getFloatingPointFormatter | public static DecimalFormat getFloatingPointFormatter()(Code) | | the thread local storage for the fixed-point number formatting specific for the locale |
getIntegerFormatter | public static DecimalFormat getIntegerFormatter()(Code) | | the thread local storage for the integral number formatting specific for the locale |
getPercentFormatter | public static DecimalFormat getPercentFormatter()(Code) | | the thread local storage for the percent number formatting specific for the locale |
setLocale | public static void setLocale(Locale locale)(Code) | | Sets the locale to apply for formatting.
Parameters: locale - the locale to apply for formatting. |
|
|
|