- getBundleEntries(I18nBundle...) - Static method in class org.nuiton.i18n.bundle.I18nBundleUtil
-
Récupération de toutes les entrées de bundles pour les bundles données.
- getBundleEntries(Locale, Locale, I18nBundle...) - Static method in class org.nuiton.i18n.bundle.I18nBundleUtil
-
Filtrage des entrées de bundles pour une locale donnée.
- getBundleEntries(Locale, Locale, boolean, I18nBundle...) - Static method in class org.nuiton.i18n.bundle.I18nBundleUtil
-
Filtrage des entrées de bundles pour une locale donnée.
- getBundleEntries() - Method in class org.nuiton.i18n.I18nStore
-
- getBundleEntries(Locale) - Method in class org.nuiton.i18n.I18nStore
-
- getBundleName() - Method in class org.nuiton.i18n.init.DefaultI18nInitializer
-
- getBundleNames(I18nBundle...) - Static method in class org.nuiton.i18n.bundle.I18nBundleUtil
-
Récuperation des noms de bundle par un ensemble de bundles.
- getBundlePrefix() - Method in class org.nuiton.i18n.bundle.I18nBundle
-
- getBundlePrefix(Matcher) - Method in enum org.nuiton.i18n.bundle.I18nBundleScope
-
- getBundles(Locale, I18nBundle...) - Static method in class org.nuiton.i18n.bundle.I18nBundleUtil
-
Filtrage des bundles qui correspondante à la locale donnée.
- getBundles() - Method in class org.nuiton.i18n.I18nStore
-
- getBundles(Locale) - Method in class org.nuiton.i18n.I18nStore
-
- getClassPathURLsFromJarManifest(URL) - Static method in class org.nuiton.i18n.I18nUtil
-
- getCurrentLanguage() - Static method in class org.nuiton.i18n.I18n
-
Obtain the registred language from the store.
- getCurrentLanguage() - Method in class org.nuiton.i18n.I18nStore
-
Obtain the current language setted in the store.
- getCurrentLocale() - Method in class org.nuiton.i18n.I18nStore
-
Obtain the current locale setted in the store.
- getDeepURLs(URLClassLoader) - Static method in class org.nuiton.i18n.I18nUtil
-
- getDefaultInitializer() - Static method in class org.nuiton.i18n.I18n
-
- getDefaultLocale() - Static method in class org.nuiton.i18n.I18n
-
Obtain the default locale setted in I18n.
- getDefaultLocale() - Method in class org.nuiton.i18n.I18nStore
-
- getDefinitionURL() - Method in class org.nuiton.i18n.init.DefaultI18nInitializer
-
- getDelegate() - Method in class org.nuiton.i18n.init.UserI18nInitializer
-
- getEncoding() - Method in class org.nuiton.i18n.init.I18nInitializer
-
- getEncoding() - Method in class org.nuiton.i18n.init.UserI18nInitializer
-
- getEntries(Locale) - Method in class org.nuiton.i18n.bundle.I18nBundle
-
Obtain the entries for a given locale, with a inclusive scope search.
- getEntries(I18nBundleScope) - Method in class org.nuiton.i18n.bundle.I18nBundle
-
Obtain the entries for a given scope with no incluvie
logic.
- getEntries() - Method in class org.nuiton.i18n.bundle.I18nBundle
-
- getExtraURLs() - Method in class org.nuiton.i18n.init.ClassPathI18nInitializer
-
- getFilter() - Static method in class org.nuiton.i18n.I18n
-
- getI18nPath() - Method in class org.nuiton.i18n.init.DefaultI18nInitializer
-
- getKeys() - Method in class org.nuiton.i18n.I18nBundleBridge
-
- getLanguage(Locale) - Static method in class org.nuiton.i18n.I18n
-
Obtain the language for the given locale.
- getLanguage() - Method in class org.nuiton.i18n.I18nStore
-
- getLanguage(Locale) - Method in class org.nuiton.i18n.I18nStore
-
- getLanguages() - Method in class org.nuiton.i18n.I18nStore
-
- getLanguagesCache() - Method in class org.nuiton.i18n.I18nStore
-
- getLoader() - Method in class org.nuiton.i18n.init.ClassPathI18nInitializer
-
- getLoader() - Method in class org.nuiton.i18n.init.DefaultI18nInitializer
-
- getLocale() - Method in class org.nuiton.i18n.bundle.I18nBundleEntry
-
- getLocale(Matcher) - Method in enum org.nuiton.i18n.bundle.I18nBundleScope
-
get the locale for a given matcher.
- getLocale() - Method in class org.nuiton.i18n.I18nLanguage
-
- getLocales(I18nBundle...) - Static method in class org.nuiton.i18n.bundle.I18nBundleUtil
-
Récuperation de toutes les locales connus par un ensemble de bundles.
- getLocales() - Method in class org.nuiton.i18n.I18nStore
-
- getMatcher(String) - Method in enum org.nuiton.i18n.bundle.I18nBundleScope
-
get a matcher fro the given path for this scope
- getMessageFormatter() - Static method in class org.nuiton.i18n.I18n
-
- getMessageFormatter() - Method in class org.nuiton.i18n.init.I18nInitializer
-
- getMessageFormatter() - Method in class org.nuiton.i18n.init.UserI18nInitializer
-
- getPath() - Method in class org.nuiton.i18n.bundle.I18nBundleEntry
-
- getResolver() - Method in class org.nuiton.i18n.I18nStore
-
- getResourceURL(String) - Method in class org.nuiton.i18n.init.DefaultI18nInitializer
-
- getScope() - Method in class org.nuiton.i18n.bundle.I18nBundleEntry
-
- getSearchBundlePattern() - Static method in class org.nuiton.i18n.bundle.I18nBundleUtil
-
Compute the search pattern according to the
File.separator on
the underlying os.
- getStore() - Static method in class org.nuiton.i18n.I18n
-
Get the i18n store.
- getType() - Method in class org.nuiton.util.converter.LocaleConverter
-
- getURLs(URL...) - Static method in class org.nuiton.i18n.bundle.I18nBundleUtil
-
Recherche la liste des url de toutes les resources i18n, i.e les urls des
fichiers de traduction.
- getURLs(URLClassLoader) - Static method in class org.nuiton.i18n.I18nUtil
-
- getURLsFromDirectory(URL, File) - Static method in class org.nuiton.i18n.bundle.I18nBundleUtil
-
- getURLsFromDirectory(File, String) - Static method in class org.nuiton.i18n.I18nUtil
-
Retourne la liste des fichiers correspondant au pattern donne, aucun
ordre ne doit être supposé sur les fichiers.
- getURLsFromJar(URL, File) - Static method in class org.nuiton.i18n.bundle.I18nBundleUtil
-
- getUserDirectory() - Method in class org.nuiton.i18n.init.UserI18nInitializer
-
- I18n - Class in org.nuiton.i18n
-
New generation I18n class.
- I18n() - Constructor for class org.nuiton.i18n.I18n
-
- I18nBundle - Class in org.nuiton.i18n.bundle
-
Class to represent a i18n Bundle.
- I18nBundle(String) - Constructor for class org.nuiton.i18n.bundle.I18nBundle
-
- I18nBundleBridge - Class in org.nuiton.i18n
-
- I18nBundleBridge() - Constructor for class org.nuiton.i18n.I18nBundleBridge
-
- I18nBundleEntry - Class in org.nuiton.i18n.bundle
-
A class to represent an entry in a bundle.
- I18nBundleEntry(URL, Locale, I18nBundleScope) - Constructor for class org.nuiton.i18n.bundle.I18nBundleEntry
-
Constructor if an bundle entry.
- I18nBundleScope - Enum in org.nuiton.i18n.bundle
-
The enumaration defines the scope of a bundle entry.
- I18nBundleUtil - Class in org.nuiton.i18n.bundle
-
Usefull methods on bundles.
- I18nBundleUtil() - Constructor for class org.nuiton.i18n.bundle.I18nBundleUtil
-
- I18nDefaultTooltipFilter - Class in org.nuiton.i18n
-
Deprecated.
since 2.4, this filter has nothing to do in i18n api, will be
removed in version 3.0 and never replaced here...
- I18nDefaultTooltipFilter() - Constructor for class org.nuiton.i18n.I18nDefaultTooltipFilter
-
Deprecated.
- I18nFilter - Interface in org.nuiton.i18n
-
- I18nInitializer - Class in org.nuiton.i18n.init
-
Abstract object to resolv
I18nBundle and prepare initialization of
I18n.
- I18nInitializer() - Constructor for class org.nuiton.i18n.init.I18nInitializer
-
- I18nLanguage - Class in org.nuiton.i18n
-
Represents a language in i18n system with all his translations.
- I18nLanguage(Locale) - Constructor for class org.nuiton.i18n.I18nLanguage
-
- I18nLanguage(Locale, boolean) - Constructor for class org.nuiton.i18n.I18nLanguage
-
- I18nLanguage(Locale, String) - Constructor for class org.nuiton.i18n.I18nLanguage
-
- I18nLanguage(Locale, String, boolean) - Constructor for class org.nuiton.i18n.I18nLanguage
-
- I18nMessageFormatter - Interface in org.nuiton.i18n.format
-
Contract to format a i18n message.
- i18nPath - Variable in class org.nuiton.i18n.init.DefaultI18nInitializer
-
i18n path where to seek for resources (optional).
- I18nStore - Class in org.nuiton.i18n
-
Represents the store of languages of the i18n system.
- I18nStore(Locale, I18nInitializer) - Constructor for class org.nuiton.i18n.I18nStore
-
- I18nUtil - Class in org.nuiton.i18n
-
- I18nUtil() - Constructor for class org.nuiton.i18n.I18nUtil
-
- init(I18nInitializer, Locale) - Static method in class org.nuiton.i18n.I18n
-
Initialize I18n system.
- init() - Method in class org.nuiton.i18n.I18nStore
-
- initializer - Static variable in class org.nuiton.i18n.I18n
-
- initStore(I18nInitializer, Locale) - Static method in class org.nuiton.i18n.I18n
-
Init the store with given parameters and set the current language in the
store to the default given locale.
- isEmpty(I18nBundle...) - Static method in class org.nuiton.i18n.bundle.I18nBundleUtil
-
Teste si un ensemble de bundles contient au moins une entrée.
- isEmpty() - Method in class org.nuiton.i18n.I18nStore
-
- isEnabled(Class<?>) - Method in class org.nuiton.util.converter.LocaleConverter
-
- isInit() - Method in class org.nuiton.i18n.I18nStore
-
- isJar(String) - Static method in class org.nuiton.i18n.I18nUtil
-
Verifie si le fichier est un fichier jar.
- isMissingKeyReturnNull() - Method in class org.nuiton.i18n.init.I18nInitializer
-
Get the missingKeyReturnNull to use on missing key
- ISO_8859_1_ENCONDING - Static variable in class org.nuiton.i18n.I18nUtil
-
- isZip(String) - Static method in class org.nuiton.i18n.I18nUtil
-
Verifie si le fichier est un fichier zip
- iterator() - Method in class org.nuiton.i18n.bundle.I18nBundle
-