Fields
Name | Description |
---|---|
parent | The parent bundle is consulted by getObject when this bundle does not contain a particular resource. |
Constructors
Name | Description |
---|---|
ResourceBundle() |
Methods
Name | Description |
---|---|
getBundle(String) | Get the appropriate ResourceBundle subclass. |
getBundle(String, Locale) | Get the appropriate ResourceBundle subclass. |
getKeys() | Return an enumeration of the keys. |
getObject(String) | Get an object from a ResourceBundle. |
getString(String) | Get an object from a ResourceBundle. |
getStringArray(String) | Get an object from a ResourceBundle. |
handleGetObject(String) | Get an object from a ResourceBundle. |
setParent(ResourceBundle) | Set the parent bundle of this bundle. |