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