Interface LocalizationContext
-
- All Known Implementing Classes:
DefaultLocalizationContext
public interface LocalizationContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceBundlegetBundle(String id)List<DateFormat>getDateFormats(Type type)LocalegetLocale()List<NumberFormat>getNumberFormats()TimeZonegetTimeZone()
-
-
-
Method Detail
-
getLocale
Locale getLocale()
-
getBundle
ResourceBundle getBundle(String id)
-
getTimeZone
TimeZone getTimeZone()
-
getDateFormats
List<DateFormat> getDateFormats(Type type)
-
getNumberFormats
List<NumberFormat> getNumberFormats()
-
-