Home | History | Annotate | Download | only in util

Lines Matching defs:newBundle

1119      * <li>The {@link ResourceBundle.Control#newBundle(String, Locale,
1120 * String, ClassLoader, boolean) control.newBundle} method is called to
1124 * candidate locales and formats until the <code>newBundle</code> method
1131 * <code>control.newBundle</code>.
1134 * border="0" cellpadding="2" cellspacing="2" summary="locale-format combinations for newBundle">
1204 * Control#newBundle(String, Locale, String, ClassLoader, boolean)
1205 * control.newBundle} method. If the time-to-live period of the
1211 * <code>control.newBundle</code> to reload the resource bundle. If
1212 * <code>control.newBundle</code> returns <code>null</code>, the factory
1495 bundle = control.newBundle(cacheKey.getName(), targetLocale, format,
1952 * public ResourceBundle newBundle(String baseName,
2627 public ResourceBundle newBundle(String baseName, Locale locale, String format,
2845 * implementation of the {@link #newBundle(String, Locale, String,
2846 * ClassLoader, boolean) newBundle} and {@link #needsReload(String,