|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface I_CmsResourceBundle
Increases the visibility of some key methods of a 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
Method Summary | |
---|---|
void |
setLocale(Locale l)
Sets the locale used for this resource bundle. |
void |
setParent(ResourceBundle parent)
Sets the parent bundle. |
Method Detail |
---|
void setLocale(Locale l)
l
- the locale to setvoid setParent(ResourceBundle parent)
parent
- the parent bundle to set
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |