public interface StandardContext
| Modifier and Type | Method and Description |
|---|---|
String |
formatRelativeDate(Date reference,
Date duration) |
String |
formatRelativeDate(Date reference,
Date duration,
long precision) |
DecimalFormat |
getCurrencyFormat() |
DateFormat |
getDateFormat(int style) |
DateFormat |
getDateFormat(String pattern) |
DateFormat |
getDateTimeFormat() |
DateFormat |
getDateTimeFormat(int dateStyle,
int timeStyle) |
DecimalFormat |
getDecimalFormat() |
MessageFormat |
getMessageFormat() |
NumberFormat |
getNumberFormat() |
DecimalFormat |
getPercentFormat() |
PrettyTimeFormat |
getPrettyTimeFormat() |
String |
ordinalSuffix(int index) |
String |
timeSuffix(int index) |
DecimalFormat getCurrencyFormat()
DateFormat getDateFormat(int style)
DateFormat getDateFormat(String pattern)
DateFormat getDateTimeFormat()
DateFormat getDateTimeFormat(int dateStyle, int timeStyle)
DecimalFormat getDecimalFormat()
MessageFormat getMessageFormat()
NumberFormat getNumberFormat()
DecimalFormat getPercentFormat()
PrettyTimeFormat getPrettyTimeFormat()
String ordinalSuffix(int index)
String timeSuffix(int index)
Copyright © 2015. All Rights Reserved.