Uses of Class
org.nuiton.i18n.bundle.I18nBundleEntry
Packages that use I18nBundleEntry
-
Uses of I18nBundleEntry in org.nuiton.i18n
Methods in org.nuiton.i18n that return I18nBundleEntryModifier and TypeMethodDescriptionI18nStore.getBundleEntries()I18nStore.getBundleEntries(Locale l) Methods in org.nuiton.i18n with parameters of type I18nBundleEntryModifier and TypeMethodDescriptionvoidI18nLanguage.load(I18nBundleEntry[] bundleEntries) Deprecated.voidI18nLanguage.load(I18nBundleEntry[] bundleEntries, Charset encoding) 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 I18nBundleEntryModifier and TypeFieldDescriptionprotected List<I18nBundleEntry> I18nBundle.entriesles entrés du bundleMethods in org.nuiton.i18n.bundle that return I18nBundleEntryModifier and TypeMethodDescriptionstatic 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.static I18nBundleEntry[]I18nBundleUtil.getBundleEntries(I18nBundle... bundles) Récupération de toutes les entrées de bundles pour les bundles données.I18nBundle.getEntries(Locale locale) Obtain the entries for a given locale, with a inclusive scope search.I18nBundle.getEntries(I18nBundleScope scope) Obtain the entries for a givenscopewith no incluvie logic.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 I18nBundleEntryModifier and TypeMethodDescriptionprotected List<I18nBundleEntry> I18nBundle.getEntries()I18nBundle.iterator()Methods in org.nuiton.i18n.bundle with parameters of type I18nBundleEntryModifier and TypeMethodDescriptionbooleanI18nBundle.addEntry(I18nBundleEntry entry) intI18nBundleEntry.compareTo(I18nBundleEntry o) Method parameters in org.nuiton.i18n.bundle with type arguments of type I18nBundleEntryModifier and TypeMethodDescriptionprotected static voidI18nBundleUtil.promuteFull(I18nBundle bundle, Locale locale, Locale defaultLocale, List<I18nBundleEntry> result, boolean promuteGeneral) protected static voidI18nBundleUtil.promuteGeneral(I18nBundle bundle, Locale locale, Locale defaultLocale, List<I18nBundleEntry> result) protected static voidI18nBundleUtil.promuteLanguage(I18nBundle bundle, Locale locale, Locale defaultLocale, List<I18nBundleEntry> result, boolean promuteGeneral)
I18nLanguage.load(I18nBundleEntry[], Charset)instead, charset must be provided to avoid encoding problems