Lines Matching defs:getBundle

111  * {@link #getBundle(java.lang.String, java.util.Locale) getBundle}
116 * ResourceBundle.getBundle("MyResources", currentLocale);
189 * to perform the bundle loading process by the <code>getBundle</code>
194 * {@link #getBundle(String, Locale, ClassLoader, Control) getBundle}
199 * Resource bundle instances created by the <code>getBundle</code> factory
202 * cached. <code>getBundle</code> clients may clear the cache, manage the
205 * descriptions of the {@linkplain #getBundle(String, Locale, ClassLoader,
206 * Control) <code>getBundle</code> factory method}, {@link
406 * call to getBundle() to determine whether the resource bundle returned really
704 * <code>getBundle(baseName, Locale.getDefault(), this.getClass().getClassLoader())</code>,
708 * See {@link #getBundle(String, Locale, ClassLoader) getBundle}
719 public static final ResourceBundle getBundle(String baseName)
732 * getBundle(baseName, Locale.getDefault(),
737 * #getBundle(String, Locale, ClassLoader, Control) getBundle} for the
762 public static final ResourceBundle getBundle(String baseName,
774 * <code>getBundle(baseName, locale, this.getClass().getClassLoader())</code>,
778 * See {@link #getBundle(String, Locale, ClassLoader) getBundle}
792 public static final ResourceBundle getBundle(String baseName,
806 * getBundle(baseName, targetLocale, this.getClass().getClassLoader(),
811 * #getBundle(String, Locale, ClassLoader, Control) getBundle} for the
839 public static final ResourceBundle getBundle(String baseName, Locale targetLocale,
852 * {@link #getBundle(String, Locale, ClassLoader, Control)} passing a
855 * <p><code>getBundle</code> uses the base name, the specified locale, and
911 * <p><code>getBundle</code> then iterates over the candidate bundle names
921 * ResourceBundle, and can be instantiated, <code>getBundle</code> creates a
925 * <li>Otherwise, <code>getBundle</code> attempts to locate a property
953 * <p>Otherwise, <code>getBundle</code> examines the remainder of the
968 * <p><b>Note:</b> <code>getBundle</code> caches instantiated resource
997 * <p>Calling <code>getBundle</code> with the locale arguments below will
1022 public static ResourceBundle getBundle(String baseName, Locale locale,
1034 * #getBundle(String, Locale, ClassLoader) <code>getBundle</code>
1181 * <p>First, <code>getBundle</code> tries loading a resource bundle in
1193 * <p>At this point, <code>getBundle</code> finds
1195 * because it's the base bundle. <code>getBundle</code> calls {@link
1198 * returns <code>Locale.FRENCH</code>. Next, <code>getBundle</code>
1208 * <p><code>getBundle</code> finds
1210 * <code>ResourceBundle</code> instance. Then, <code>getBundle</code>
1213 * <code>getBundle</code> creates a <code>ResourceBundle</code> instance
1241 public static ResourceBundle getBundle(String baseName, Locale targetLocale,
1551 // getBundle call includes the expired base bundle. However, if
1805 * that are invoked by the {@link ResourceBundle#getBundle(String,
1806 * Locale, ClassLoader, Control) ResourceBundle.getBundle} factory
1833 * <code>ResourceBundle.getBundle</code> invocations for the same base
1834 * bundle. Otherwise, the <code>ResourceBundle.getBundle</code> methods
1837 * method for the first call to <code>ResourceBundle.getBundle</code>
1844 * <code>ResourceBundle.getBundle</code> does not synchronize to call
1856 * <p>The following code lets <code>ResourceBundle.getBundle</code> look
1864 * ResourceBundle.getBundle("MyResources", new Locale("fr", "CH"),
1870 * the <code>ResourceBundle.getBundle</code> description, this
1871 * <code>ResourceBundle.getBundle</code> call loads
1884 * ResourceBundle rb = ResourceBundle.getBundle("Messages",
2082 * <code>baseName</code>. The <code>ResourceBundle.getBundle</code>
2098 * that the <code>ResourceBundle.getBundle</code> factory method
2123 * method is called by the <code>ResourceBundle.getBundle</code>
2138 * <code>ResourceBundle.getBundle</code> factory method loads only
2422 * <code>ResourceBundle.getBundle</code> factory method. This method
2426 * <code>ResourceBundle.getBundle</code> or the previous fallback
2440 * <code>ResourceBundle.getBundle</code> has been
2445 * <code>ResourceBundle.getBundle</code> has been
2636 * <code>ResourceBundle.getBundle</code> factory method. That is,
2684 * The calling <code>ResourceBundle.getBundle</code> factory method