Class Context.ResourceBundleControl

  • Enclosing class:
    Context

    public static class Context.ResourceBundleControl
    extends java.util.ResourceBundle.Control
    • Field Summary

      • Fields inherited from class java.util.ResourceBundle.Control

        FORMAT_CLASS, FORMAT_DEFAULT, FORMAT_PROPERTIES, TTL_DONT_CACHE, TTL_NO_EXPIRATION_CONTROL
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.util.Locale> getCandidateLocales​(java.lang.String baseName, java.util.Locale locale)  
      • Methods inherited from class java.util.ResourceBundle.Control

        getControl, getFallbackLocale, getFormats, getNoFallbackControl, getTimeToLive, needsReload, newBundle, toBundleName, toResourceName
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResourceBundleControl

        public ResourceBundleControl()
    • Method Detail

      • getCandidateLocales

        public java.util.List<java.util.Locale> getCandidateLocales​(java.lang.String baseName,
                                                                    java.util.Locale locale)
        Overrides:
        getCandidateLocales in class java.util.ResourceBundle.Control