|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.util.ResourceBundle
java.util.PropertyResourceBundle
org.opencms.i18n.CmsPropertyResourceBundle
public class CmsPropertyResourceBundle
A property based resource bundle with increased visibility of some key methods.
CmsResourceBundleLoader| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.util.ResourceBundle |
|---|
java.util.ResourceBundle.Control |
| Field Summary | |
|---|---|
protected java.util.Locale |
m_locale
The locale to use. |
| Fields inherited from class java.util.ResourceBundle |
|---|
parent |
| Constructor Summary | |
|---|---|
CmsPropertyResourceBundle(java.io.InputStream stream)
Default constructor from parent class. |
|
| Method Summary | |
|---|---|
java.util.Locale |
getLocale()
|
void |
setLocale(java.util.Locale l)
Sets the locale used for this resource bundle. |
void |
setParent(java.util.ResourceBundle p)
Sets the parent bundle. |
| Methods inherited from class java.util.PropertyResourceBundle |
|---|
getKeys, handleGetObject, handleKeySet |
| Methods inherited from class java.util.ResourceBundle |
|---|
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getObject, getString, getStringArray, keySet |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Locale m_locale
| Constructor Detail |
|---|
public CmsPropertyResourceBundle(java.io.InputStream stream)
throws java.io.IOException
stream - property file to read from
java.io.IOException - in case the file could not be read from| Method Detail |
|---|
public java.util.Locale getLocale()
getLocale in class java.util.ResourceBundleResourceBundle.getLocale()public void setLocale(java.util.Locale l)
I_CmsResourceBundle
setLocale in interface I_CmsResourceBundlel - the locale to setI_CmsResourceBundle.setLocale(java.util.Locale)public void setParent(java.util.ResourceBundle p)
I_CmsResourceBundle
setParent in interface I_CmsResourceBundlesetParent in class java.util.ResourceBundlep - the parent bundle to setI_CmsResourceBundle.setParent(java.util.ResourceBundle)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||