org.jfree.report.i18n
public interface ResourceBundleFactory extends Serializable
Field Summary | |
---|---|
static String | DEFAULT_RESOURCE_BUNDLE_CONFIG_KEY |
Method Summary | |
---|---|
ResourceBundle | getResourceBundle(Locale locale, String key)
Creates a resource bundle for the given key. |
Parameters: key the key that identifies the resource bundle
Returns: the created resource bundle
Throws: java.util.MissingResourceException if no resource bundle for the specified base name can be found