Uses of Class
java.util.ResourceBundle
| Package | Description |
|---|---|
| java.util | |
| java.util.logging | |
| org.apache.xalan.res |
Contains strings that require internationalization.
|
| org.apache.xml.res | |
| org.apache.xml.serializer.utils | |
| org.apache.xml.utils.res | |
| org.apache.xpath.res |
Contains strings for XPath support that require internationalization.
|
-
Uses of ResourceBundle in java.util
Subclasses of ResourceBundle in java.util Modifier and Type Class Description classListResourceBundleListResourceBundleis the abstract superclass of classes which provide resources by implementing thegetContents()method to return the list of resources.classPropertyResourceBundlePropertyResourceBundleloads resources from anInputStream.Fields in java.util declared as ResourceBundle Modifier and Type Field Description protected ResourceBundleResourceBundle. parentThe parent of thisResourceBundlethat is used if this bundle doesn't include the requested resource.Methods in java.util that return ResourceBundle Modifier and Type Method Description static ResourceBundleResourceBundle. getBundle(String bundleName)Finds the named resource bundle for the defaultLocaleand the caller'sClassLoader.static ResourceBundleResourceBundle. getBundle(String bundleName, Locale locale)Finds the namedResourceBundlefor the specifiedLocaleand the callerClassLoader.static ResourceBundleResourceBundle. getBundle(String bundleName, Locale locale, ClassLoader loader)Finds the named resource bundle for the specifiedLocaleandClassLoader.static ResourceBundleResourceBundle. getBundle(String baseName, Locale targetLocale, ClassLoader loader, ResourceBundle.Control control)Finds the named resource bundle for the specified base name and control.static ResourceBundleResourceBundle. getBundle(String baseName, Locale targetLocale, ResourceBundle.Control control)Finds the named resource bundle for the specified base name and control.static ResourceBundleResourceBundle. getBundle(String baseName, ResourceBundle.Control control)Finds the named resource bundle for the specified base name and control.ResourceBundleResourceBundle.Control. newBundle(String baseName, Locale locale, String format, ClassLoader loader, boolean reload)Returns a new ResourceBundle.Methods in java.util with parameters of type ResourceBundle Modifier and Type Method Description booleanResourceBundle.Control. needsReload(String baseName, Locale locale, String format, ClassLoader loader, ResourceBundle bundle, long loadTime)Returns true if the ResourceBundle needs to reload.protected voidResourceBundle. setParent(ResourceBundle bundle)Sets the parent resource bundle of thisResourceBundle. -
Uses of ResourceBundle in java.util.logging
Methods in java.util.logging that return ResourceBundle Modifier and Type Method Description ResourceBundleLogger. getResourceBundle()Gets the loaded resource bundle used by this logger to localize logging messages.ResourceBundleLogRecord. getResourceBundle()Gets the resource bundle used to localize the raw message during formatting.Methods in java.util.logging with parameters of type ResourceBundle Modifier and Type Method Description voidLogRecord. setResourceBundle(ResourceBundle resourceBundle)Sets the resource bundle used to localize the raw message during formatting. -
Uses of ResourceBundle in org.apache.xalan.res
Subclasses of ResourceBundle in org.apache.xalan.res Modifier and Type Class Description classXSLTErrorResourcesSet up error messages. -
Uses of ResourceBundle in org.apache.xml.res
Subclasses of ResourceBundle in org.apache.xml.res Modifier and Type Class Description classXMLErrorResourcesSet up error messages. -
Uses of ResourceBundle in org.apache.xml.serializer.utils
Subclasses of ResourceBundle in org.apache.xml.serializer.utils Modifier and Type Class Description classSerializerMessagesAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_caAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_csAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_deAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_enDefault implementation.classSerializerMessages_esAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_frAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_huAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_itAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_jaAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_koAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_plAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_pt_BRAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_ruAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_skAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_slAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_svclassSerializerMessages_trAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_zhAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations.classSerializerMessages_zh_CNclassSerializerMessages_zh_TWAn instance of this class is a ListResourceBundle that has the required getContents() method that returns an array of message-key/message associations. -
Uses of ResourceBundle in org.apache.xml.utils.res
Subclasses of ResourceBundle in org.apache.xml.utils.res Modifier and Type Class Description classXResourceBundleThe default (english) resource bundle.classXResourceBundleBaseThis is an interface for error messages.classXResources_cyThe Cyrillic resource bundle.classXResources_deThe German resource bundle.classXResources_elThe Greek resource bundle.classXResources_enThe English resource bundle.classXResources_esThe Spanish resource bundle.classXResources_frThe French resource bundle.classXResources_heThe Hebrew resource bundle.classXResources_hyThe Armenian resource bundle.classXResources_itThe Italian resource bundle.classXResources_ja_JP_AThe Japanese (Katakana) resource bundle.classXResources_ja_JP_HAThe Japanese (Hiragana) resource bundle.classXResources_ja_JP_HIThe Japanese (Hiragana) resource bundle.classXResources_ja_JP_IThe Japanese (Katakana) resource bundle.classXResources_kaThe Georgian resource bundle.classXResources_koThe Korean resource bundle.classXResources_svThe Swedish resource bundle.classXResources_zh_CNThe Chinese resource bundle.classXResources_zh_TWThe Chinese(Taiwan) resource bundle. -
Uses of ResourceBundle in org.apache.xpath.res
Subclasses of ResourceBundle in org.apache.xpath.res Modifier and Type Class Description classXPATHErrorResourcesSet up error messages.