Package org.apache.abdera.i18n.text
Class Localizer
java.lang.Object
org.apache.abdera.i18n.text.Localizer
Deprecated.
This API is deprecated as Apache Abdera is a retired project since 2017.
Wraps ResourceBundle with a couple of additional, useful methods. Used for l10n
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Deprecated.Deprecated.Localizer(Locale locale, ClassLoader loader) Deprecated.Localizer(ResourceBundle bundle) Deprecated.Localizer(ResourceBundle bundle, Locale locale) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringDeprecated.formatValue(String key, Object... args) Deprecated.static StringDeprecated.static StringDeprecated.static LocalizerDeprecated.Deprecated.Deprecated.Deprecated.static voidsetInstance(Localizer localizer) Deprecated.static StringDeprecated.sprintfValue(String key, Object... args) Deprecated.Use the JDK 1.5 sprintf style Formatter
-
Constructor Details
-
Localizer
public Localizer()Deprecated. -
Localizer
Deprecated. -
Localizer
Deprecated. -
Localizer
Deprecated. -
Localizer
Deprecated. -
Localizer
Deprecated.
-
-
Method Details
-
getInstance
Deprecated. -
setInstance
Deprecated. -
get
Deprecated. -
get
Deprecated. -
format
Deprecated. -
sprintf
Deprecated. -
getLocale
Deprecated. -
getValue
Deprecated. -
getValue
Deprecated. -
formatValue
Deprecated.Use the pre-JDK 1.5 MessageFormat. This should be avoided. Applications should use the sprintfValue method instead- See Also:
-
sprintfValue
Deprecated.Use the JDK 1.5 sprintf style Formatter
-