Class Localizer
- java.lang.Object
-
- com.sun.xml.rpc.util.localization.Localizer
-
public class Localizer extends Object
- Author:
- JAX-RPC Development Team
-
-
Field Summary
Fields Modifier and Type Field Description protected Locale_localeprotected HashMap_resourceBundles
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetDefaultMessage(Localizable l)LocalegetLocale()Stringlocalize(Localizable l)
-
-
-
Constructor Detail
-
Localizer
public Localizer()
-
Localizer
public Localizer(Locale l)
-
-
Method Detail
-
getLocale
public Locale getLocale()
-
localize
public String localize(Localizable l)
-
getDefaultMessage
protected String getDefaultMessage(Localizable l)
-
-