Package | Description |
---|---|
org.zkoss.util.resource |
Resources and their locators and loaders.
|
Modifier and Type | Method and Description |
---|---|
static PropertyBundle |
PropertyBundle.getBundle(java.lang.String baseName,
java.util.Locale locale)
Gets a resource bundle using the specified
base name, locale, and the default locator,
Locators.getDefault() . |
static PropertyBundle |
PropertyBundle.getBundle(java.lang.String baseName,
java.util.Locale locale,
boolean caseInsensitive)
Gets a resource bundle using the specified
base name, locale, and the default locator,
Locators.getDefault() . |
static PropertyBundle |
PropertyBundle.getBundle(java.lang.String baseName,
java.util.Locale locale,
Locator locator)
Gets a resource bundle using the specified
base name, locale, and locator.
|
static PropertyBundle |
PropertyBundle.getBundle(java.lang.String baseName,
java.util.Locale locale,
Locator locator,
boolean caseInsensitive)
Gets a resource bundle using the specified
base name, locale, and locator.
|
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.