| Package | Description |
|---|---|
| org.nuiton.i18n.bundle |
| Modifier and Type | Field and Description |
|---|---|
protected I18nBundleScope |
I18nBundleEntry.scope
scope of the entry
|
| Modifier and Type | Method and Description |
|---|---|
I18nBundleScope |
I18nBundleEntry.getScope() |
static I18nBundleScope |
I18nBundleScope.valueOf(Locale locale)
Obtain the scope of a given
locale. |
static I18nBundleScope |
I18nBundleScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static I18nBundleScope[] |
I18nBundleScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
I18nBundleUtil.addBundleEntry(URL url,
I18nBundleScope scope,
List<String> bundleNames,
List<I18nBundle> bundles) |
I18nBundleEntry[] |
I18nBundle.getEntries(I18nBundleScope scope)
Obtain the entries for a given
scope with no incluvie
logic. |
boolean |
I18nBundleEntry.matchLocale(Locale locale,
I18nBundleScope scope)
Method to match or not a bundle entry for a given scope and locale.
|
| Constructor and Description |
|---|
I18nBundleEntry(URL path,
Locale locale,
I18nBundleScope scope)
Constructor if an bundle entry.
|
Copyright © 2004–2022 Code Lutin. All rights reserved.