public interface Context
| Modifier and Type | Method and Description |
|---|---|
String |
digitStrings(int index) |
String |
formatDate(int style,
Date value) |
String |
formatDateTime(Date date) |
String |
formatDateTime(int dateStyle,
int timeStyle,
Date date) |
String |
formatDecimal(Number value) |
String |
formatMessage(String key,
Object... args) |
ResourceBundle |
getBundle() |
Locale |
getLocale() |
MaskFormat |
getMaskFormat() |
String |
getMessage(String key) |
void |
setLocale(Locale locale) |
String digitStrings(int index)
ResourceBundle getBundle()
Locale getLocale()
MaskFormat getMaskFormat()
void setLocale(Locale locale)
Copyright © 2015. All Rights Reserved.