|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResourceBundleFactory
A resource bundle factory defines the locale for a report and is used to create resourcebundles.
| Field Summary | |
|---|---|
static String |
DEFAULT_RESOURCE_BUNDLE_CONFIG_KEY
A constant containing the configuration key to specify a resource-bundle name for the report. |
| Method Summary | |
|---|---|
Locale |
getLocale()
Returns the locale that will be used to create the resource bundle. |
ResourceBundle |
getResourceBundle(String key)
Creates a resource bundle for the given key. |
TimeZone |
getTimeZone()
|
| Field Detail |
|---|
static final String DEFAULT_RESOURCE_BUNDLE_CONFIG_KEY
| Method Detail |
|---|
ResourceBundle getResourceBundle(String key)
key - the key that identifies the resource bundle
MissingResourceException - if no resource bundle for the specified base name can be foundLocale getLocale()
TimeZone getTimeZone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||