| Package | Description |
|---|---|
| org.gatein.api.common | |
| org.gatein.api.common.i18n |
| Modifier and Type | Method and Description |
|---|---|
LocalizedString |
LocalizedDisplayable.getDisplayNames()
Returns a localized string that can represent a single non localized name or many values each mapping to a specific
Locale |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalizedDisplayable.setDisplayNames(LocalizedString displayName)
Sets the display name
|
| Modifier and Type | Method and Description |
|---|---|
LocalizedString |
LocalizedString.setLocalizedValue(Locale locale,
String value)
This method will first remove the non localized value if one exists then sets the value for the specified locale.
|
LocalizedString |
LocalizedString.setValue(String value)
This will clear any localized values, and convert the string to a non localized string.
|
| Constructor and Description |
|---|
LocalizedString(LocalizedString localizedString) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.