| Package | Description |
|---|---|
| org.mmbase.util |
This package contains all kind of generic utilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocaleLocalizedString
This LocalizedString also has a method
LocaleLocalizedString.setLocale(java.util.Locale) which defines its own default locale for LocaleLocalizedString.get(Locale) in case it is called as get(null). |
class |
ReadonlyLocalizedString
Extends and wraps LocalizedString, to make it readonly
|
class |
ReplacingLocalizedString
Extends and wraps LocalizedString.
|
class |
WrappedLocalizedString
Extends and wraps LocalizedString.
|
| Modifier and Type | Field and Description |
|---|---|
protected LocalizedString |
WrappedLocalizedString.wrapped |
| Modifier and Type | Method and Description |
|---|---|
LocalizedString |
LocalizedString.clone() |
LocalizedString |
ReadonlyLocalizedString.clone() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<String> |
LocalizedString.toStrings(Collection<LocalizedString> col,
Locale locale)
Converts a collection of localized strings to a collection of normal strings.
|
| Constructor and Description |
|---|
LocaleLocalizedString(LocalizedString s) |
ReadonlyLocalizedString(LocalizedString s) |
ReplacingLocalizedString(LocalizedString s) |
WrappedLocalizedString(LocalizedString s) |
MMBase2 Utils 2.0.0 - 2019-08-08T23:20