Inherited by PropertyResourceBundle.
| Public Member Functions | |
| virtual LogString | getString (const LogString &key) const =0 | 
| Gets a string for the given key from this resource bundle or one of its parents. | |
| Static Public Member Functions | |
| static ResourceBundlePtr | getBundle (const LogString &baseName, const Locale &locale) | 
| Gets a resource bundle using the specified base name and locale. | |
| Protected Member Functions | |
| void | setParent (const ResourceBundlePtr &parent1) | 
| Protected Attributes | |
| ResourceBundlePtr | parent | 
| The parent bundle of this bundle. | |
| 
 | ||||||||||||
| Gets a resource bundle using the specified base name and locale. 
 
 | 
| 
 | 
| Gets a string for the given key from this resource bundle or one of its parents. Calling this method is equivalent to calling 
 
 
 
 Implemented in PropertyResourceBundle. | 
| 
 | 
| 
 | 
| 
 | 
| The parent bundle of this bundle. The parent bundle is searched by getString when this bundle does not contain a particular resource. |