Uses of Class
java.util.ResourceBundle.Control
-
Packages that use ResourceBundle.Control 软件包 描述 java.util 包含集合框架,一些国际化支持类,一个服务加载器,属性,随机数生成,字符串解析和扫描类,base64编码和解码,一个位数组和几个其他实用程序类。java.util.spi java.util包中类的服务提供者类。 -
-
Uses of ResourceBundle.Control in java.util
Methods in java.util that return ResourceBundle.Control Modifier and Type 方法 描述 static ResourceBundle.Control
ResourceBundle.Control. getControl(List<String> formats)
static ResourceBundle.Control
ResourceBundle.Control. getNoFallbackControl(List<String> formats)
Methods in java.util with parameters of type ResourceBundle.Control Modifier and Type 方法 描述 static ResourceBundle
ResourceBundle. getBundle(String baseName, Locale targetLocale, ClassLoader loader, ResourceBundle.Control control)
使用指定的基本名称,目标语言环境,类加载器和控件返回资源包。static ResourceBundle
ResourceBundle. getBundle(String baseName, Locale targetLocale, ResourceBundle.Control control)
使用指定的基本名称,目标语言环境和控件以及调用者的类加载器返回资源包。static ResourceBundle
ResourceBundle. getBundle(String baseName, ResourceBundle.Control control)
使用指定的基本名称,默认语言环境和指定的控件返回资源包。 -
Uses of ResourceBundle.Control in java.util.spi
Methods in java.util.spi that return ResourceBundle.Control Modifier and Type 方法 描述 ResourceBundle.Control
ResourceBundleControlProvider. getControl(String baseName)
返回一个ResourceBundle.Control
实例,用于处理给定的baseName
资源束加载。
-