Interface LocalizationContext
-
- All Known Implementing Classes:
DefaultLocalizationContext
public interface LocalizationContextCreation-Date: 03.11.2006, 14:26:26- Author:
- Thomas Morgner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.ResourceBundlegetBundle(java.lang.String id)java.util.ListgetDateFormats(Type type)java.util.LocalegetLocale()java.util.TimeZonegetTimeZone()
-
-
-
Method Detail
-
getLocale
java.util.Locale getLocale()
-
getBundle
java.util.ResourceBundle getBundle(java.lang.String id)
-
getTimeZone
java.util.TimeZone getTimeZone()
-
getDateFormats
java.util.List getDateFormats(Type type)
-
-