Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Uses of Class
java.util.ResourceBundle
Packages that use ResourceBundle
Provides classes that are fundamental to the design of the Java programming language.
Contains the collections framework, some internationalization support classes, a service loader, properties, random number generation, string parsing and scanning classes, base64 encoding and decoding, a bit array, and several miscellaneous utility classes.
Methods in java.lang with parameters of type ResourceBundle
System.getLogger(String name, ResourceBundle bundle)
Returns a localizable instance of Logger for the caller's use.
void
System.Logger.log(System.Logger.Level level, ResourceBundle bundle, String format, Object... params)
Logs a message with resource bundle and an optional list of parameters.
void
System.Logger.log(System.Logger.Level level, ResourceBundle bundle, String msg, Throwable thrown)
Logs a localized message associated with a given throwable.
System.LoggerFinder.getLocalizedLogger(String name, ResourceBundle bundle, Module module)
Returns a localizable instance of Logger for the given module.
Subclasses of ResourceBundle in java.util
abstract class
ListResourceBundle is an abstract subclass of ResourceBundle that manages resources for a locale in a convenient and easy to use list.
class
PropertyResourceBundle is a concrete subclass of ResourceBundle that manages resources for a locale using a set of static strings from a property file.
Fields in java.util declared as ResourceBundle
protected ResourceBundle
ResourceBundle.parent
The parent bundle of this bundle.
Methods in java.util that return ResourceBundle
static final ResourceBundle
ResourceBundle.getBundle(String baseName)
Gets a resource bundle using the specified base name, the default locale, and the caller module.
static final ResourceBundle
ResourceBundle.getBundle(String baseName, Locale locale)
Gets a resource bundle using the specified base name and locale, and the caller module.
ResourceBundle.getBundle(String baseName, Locale locale, ClassLoader loader)
Gets a resource bundle using the specified base name, locale, and class loader.
ResourceBundle.getBundle(String baseName, Locale targetLocale, ClassLoader loader, ResourceBundle.Control control)
Returns a resource bundle using the specified base name, target locale, class loader and control.
ResourceBundle.getBundle(String baseName, Locale targetLocale, Module module)
Gets a resource bundle using the specified base name and locale on behalf of the specified module.
static final ResourceBundle
ResourceBundle.getBundle(String baseName, Locale targetLocale, ResourceBundle.Control control)
Returns a resource bundle using the specified base name, target locale and control, and the caller's class loader.
ResourceBundle.getBundle(String baseName, Module module)
Gets a resource bundle using the specified base name and the default locale on behalf of the specified module.
static final ResourceBundle
ResourceBundle.getBundle(String baseName, ResourceBundle.Control control)
Returns a resource bundle using the specified base name, the default locale and the specified control.
ResourceBundle.Control.newBundle(String baseName, Locale locale, String format, ClassLoader loader, boolean reload)
Instantiates a resource bundle for the given bundle name of the given format and locale, using the given class loader if necessary.
Methods in java.util with parameters of type ResourceBundle
protected void
ResourceBundle.setParent(ResourceBundle parent)
Sets the parent bundle of this bundle.
boolean
ResourceBundle.Control.needsReload(String baseName, Locale locale, String format, ClassLoader loader, ResourceBundle bundle, long loadTime)
Determines if the expired bundle in the cache needs to be reloaded based on the loading time given by loadTime or some other criteria.

 Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz