Localizable
public interface ExtendedLocalizable extends Localizable
Modifier and Type | Method | Description |
---|---|---|
java.util.Locale |
getDefaultLocale() |
Gets the current default locale in the LocaleGroup.
|
LocaleGroup |
getLocaleGroup() |
Returns the group to which this object belongs.
|
java.util.ResourceBundle |
getResourceBundle() |
Returns the current resource bundle.
|
void |
setDefaultLocale(java.util.Locale l) |
Sets the default locale for all the instances of this class in
the same LocaleGroup.
|
void |
setLocaleGroup(LocaleGroup lg) |
Sets the group to which this object belongs.
|
formatMessage, getLocale, setLocale
void setLocaleGroup(LocaleGroup lg)
LocaleGroup getLocaleGroup()
void setDefaultLocale(java.util.Locale l)
java.util.Locale getDefaultLocale()
java.util.ResourceBundle getResourceBundle()
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.