All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
changeCountryLocaleCode() |
void |
countryLocaleCodeChanged(javax.faces.event.ValueChangeEvent e) |
String |
formatDate(Date date) |
String |
formatDate(Date date,
int dateStyle) |
String |
formatDate(Locale locale,
Date date) |
String |
formatDateTime(Date date) |
String |
formatDateTime(Date date,
int dateStyle,
int timeStyle) |
String |
formatDateTime(Locale locale,
Date date) |
String |
formatDateTimeSeconds(Date date) |
String |
formatDateTimeSeconds(Locale locale,
Date date) |
String |
formatLongDateTime(Date date) |
String |
formatLongDateTime(Locale locale,
Date date) |
String |
formatLongDateTimeSeconds(Date date) |
String |
formatLongDateTimeSeconds(Locale locale,
Date date) |
String |
formatMediumDateTime(Date date) |
String |
formatMediumDateTime(Locale locale,
Date date) |
String |
formatMediumDateTimeSeconds(Date date) |
String |
formatMediumDateTimeSeconds(Locale locale,
Date date) |
String |
formatMessage(Locale locale,
String i18nKey,
Object... params) |
String |
formatMessage(String i18nKey,
Object... params)
Retrieves the localized message for the given key, and formats that message with the given parameters.
|
Map<String,String> |
getCountriesInMap()
Methode zum Ermitten der Liste der verfügbaren Laender
|
Date |
getCurrentDate() |
LocalDate |
getCurrentLocalDate() |
ZoneId |
getCurrentZoneId() |
DateFormat |
getDateFormat() |
DateFormat |
getDateFormat(Locale locale) |
String |
getDatePattern() |
DateFormat |
getDateTimeFormat() |
DateFormat |
getDateTimeFormat(Locale locale) |
String |
getDateTimePattern() |
DateFormat |
getDateTimeSecondsFormat() |
DateFormat |
getDateTimeSecondsFormat(Locale locale) |
String |
getDateTimeSecondsPattern() |
String |
getINamedUiElementDisplayName(Class<? extends INamedUiElement> clazz) |
String |
getINamedUiElementDisplayName(INamedUiElement element) |
String |
getINamedUiElementDisplayName(Locale locale,
Class<? extends INamedUiElement> clazz) |
String |
getINamedUiElementDisplayName(Locale locale,
INamedUiElement element) |
ELanguage |
getLanguage() |
Locale |
getLocale()
Methode zum Ermitteln des aktuellen Locale
|
String |
getLocaleCode()
Methode zum Ermitteln der Sprache der aktuellen Locale
|
DateFormat |
getLongDateFormat() |
DateFormat |
getLongDateFormat(Locale locale) |
String |
getLongDatePattern() |
DateFormat |
getLongDateTimeFormat() |
DateFormat |
getLongDateTimeFormat(Locale locale) |
String |
getLongDateTimePattern() |
DateFormat |
getLongDateTimeSecondsFormat() |
DateFormat |
getLongDateTimeSecondsFormat(Locale locale) |
DateFormat |
getLongTimeFormat() |
DateFormat |
getLongTimeFormat(Locale locale) |
String |
getLongTimePattern() |
DateFormat |
getMediumDateTimeFormat() |
DateFormat |
getMediumDateTimeFormat(Locale locale) |
String |
getMediumDateTimePattern() |
DateFormat |
getMediumDateTimeSecondsFormat() |
DateFormat |
getMediumDateTimeSecondsFormat(Locale locale) |
DateFormat |
getMediumTimeFormat() |
DateFormat |
getMediumTimeFormat(Locale locale) |
String |
getMediumTimePattern() |
DateFormat |
getTimeFormat() |
DateFormat |
getTimeFormat(Locale locale) |
String |
getTimePattern() |
ZoneId |
getUtcZoneId() |
String |
getZoneIdDisplayName(String zoneId) |
String |
getZoneIdDisplayName(ZoneId zoneId) |
Map<String,ZoneId> |
getZoneIds() |
void |
init()
Standardkonstruktor
|
boolean |
isZoneIdValid(String zoneId) |
static void |
main(String[] args) |
void |
setLocaleCode(String localeCode)
Methode zum Setzen der Locale anhand des Sprachkey
|