|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use I18nBundleEntry | |
|---|---|
| org.nuiton.i18n | Nuiton i18n Ensemble de classes Java permettant de charger le système i18n basée sur la librairie nuiton-i18n-api. |
| org.nuiton.i18n.bundle | |
| Uses of I18nBundleEntry in org.nuiton.i18n |
|---|
| Methods in org.nuiton.i18n that return I18nBundleEntry | |
|---|---|
I18nBundleEntry[] |
I18nStore.getBundleEntries()
|
I18nBundleEntry[] |
I18nStore.getBundleEntries(Locale l)
|
| Methods in org.nuiton.i18n with parameters of type I18nBundleEntry | |
|---|---|
void |
I18nLanguage.load(I18nBundleEntry[] bundleEntries)
charge les traductions de la languea partir d'une liste donnee de fichiers de traduction. |
| Uses of I18nBundleEntry in org.nuiton.i18n.bundle |
|---|
| Fields in org.nuiton.i18n.bundle with type parameters of type I18nBundleEntry | |
|---|---|
protected List<I18nBundleEntry> |
I18nBundle.entries
les entrés du bundle |
| Methods in org.nuiton.i18n.bundle that return I18nBundleEntry | |
|---|---|
static I18nBundleEntry[] |
I18nBundleUtil.getBundleEntries(I18nBundle... bundles)
Récupération de toutes les entrées de bundles pour les bundles données. |
static I18nBundleEntry[] |
I18nBundleUtil.getBundleEntries(Locale l,
Locale defaultLocale,
boolean promuteGeneral,
I18nBundle... bundles)
Filtrage des entrées de bundles pour une locale donnée. |
static I18nBundleEntry[] |
I18nBundleUtil.getBundleEntries(Locale l,
Locale defaultLocale,
I18nBundle... bundles)
Filtrage des entrées de bundles pour une locale donnée. |
I18nBundleEntry[] |
I18nBundle.getEntries(I18nBundleScope scope)
Obtain the entries for a given scope with no incluvie
logic. |
I18nBundleEntry[] |
I18nBundle.getEntries(Locale locale)
Obtain the entries for a given locale, with a inclusive scope search. |
protected static I18nBundleEntry[] |
I18nBundleUtil.promuteBundle(I18nBundle bundle,
Locale l,
Locale defaultLocale,
boolean promuteGeneral)
Obtain some rescue entries for a given locale. |
| Methods in org.nuiton.i18n.bundle that return types with arguments of type I18nBundleEntry | |
|---|---|
protected List<I18nBundleEntry> |
I18nBundle.getEntries()
|
Iterator<I18nBundleEntry> |
I18nBundle.iterator()
|
| Methods in org.nuiton.i18n.bundle with parameters of type I18nBundleEntry | |
|---|---|
boolean |
I18nBundle.addEntry(I18nBundleEntry entry)
|
int |
I18nBundleEntry.compareTo(I18nBundleEntry o)
|
| Method parameters in org.nuiton.i18n.bundle with type arguments of type I18nBundleEntry | |
|---|---|
protected static void |
I18nBundleUtil.promuteFull(I18nBundle bundle,
Locale locale,
Locale defaultLocale,
List<I18nBundleEntry> result,
boolean promuteGeneral)
|
protected static void |
I18nBundleUtil.promuteGeneral(I18nBundle bundle,
Locale locale,
Locale defaultLocale,
List<I18nBundleEntry> result)
|
protected static void |
I18nBundleUtil.promuteLanguage(I18nBundle bundle,
Locale locale,
Locale defaultLocale,
List<I18nBundleEntry> result,
boolean promuteGeneral)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||