| Package | Description |
|---|---|
| org.gatein.common.i18n |
| Modifier and Type | Method and Description |
|---|---|
LocalizedString.Value |
LocalizedString.getDefaultValue()
Returns the value for the default locale.
|
LocalizedString.Value |
LocalizedString.getPreferredOrBestLocalizedMappingFor(String[] desiredLocales)
Retrieves the Locale-String mapping most appropriate based on the given desired locales, which are ordered
according to locale preferences.
|
LocalizedString.Value |
LocalizedString.getValue(Locale locale,
boolean resolve)
Returns a localized value.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Locale,LocalizedString.Value> |
LocalizedString.getValues() |
Copyright © 2025 JBoss by Red Hat. All Rights Reserved.