public interface I_CmsResourceBundle
ResourceBundle
.
This interface is required because the methods setParent(ResourceBundle)
and
setLocale(Locale)
are not visible in the standard implementation. However,
access to these methods is required by the CmsResourceBundleLoader
.
CmsResourceBundleLoader
限定符和类型 | 方法和说明 |
---|---|
I_CmsResourceBundle |
getClone()
Creates a clone of the resource bundle.
|
void |
setLocale(java.util.Locale l)
Sets the locale used for this resource bundle.
|
void |
setParent(java.util.ResourceBundle parent)
Sets the parent bundle.
|
I_CmsResourceBundle getClone()
(This may not actually clone the resource bundle if it is immutable).
void setLocale(java.util.Locale l)
l
- the locale to setvoid setParent(java.util.ResourceBundle parent)
parent
- the parent bundle to set