Uses of Class
org.nuiton.i18n.bundle.I18nBundleEntry

Packages that use I18nBundleEntry
org.nuiton.i18n.bundle   
 

Uses of I18nBundleEntry in org.nuiton.i18n.bundle
 

Fields in org.nuiton.i18n.bundle with type parameters of type I18nBundleEntry
protected  java.util.List<I18nBundleEntry> I18nBundle.entries
          les entrés du bundle
 

Methods in org.nuiton.i18n.bundle that return I18nBundleEntry
static I18nBundleEntry[] I18nBundleFactory.getBundleEntries(I18nBundle... bundles)
          Récupération de toutes les entrées de bundles pour les bundles données.
static I18nBundleEntry[] I18nBundleFactory.getBundleEntries(java.util.Locale l, java.util.Locale defaultLocale, boolean promuteGeneral, I18nBundle... bundles)
          Filtrage des entrées de bundles pour une locale donnée.
static I18nBundleEntry[] I18nBundleFactory.getBundleEntries(java.util.Locale l, java.util.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
 I18nBundleEntry[] I18nBundle.getEntries(java.util.Locale locale)
          Obtain the entries for a given locale, with a inclusive scope search.
protected static I18nBundleEntry[] I18nBundleFactory.promuteBundle(I18nBundle bundle, java.util.Locale l, java.util.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  java.util.List<I18nBundleEntry> I18nBundle.getEntries()
           
 java.util.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 I18nBundleFactory.promuteFull(I18nBundle bundle, java.util.Locale locale, java.util.Locale defaultLocale, java.util.List<I18nBundleEntry> result, boolean promuteGeneral)
           
protected static void I18nBundleFactory.promuteGeneral(I18nBundle bundle, java.util.Locale locale, java.util.Locale defaultLocale, java.util.List<I18nBundleEntry> result)
           
protected static void I18nBundleFactory.promuteLanguage(I18nBundle bundle, java.util.Locale locale, java.util.Locale defaultLocale, java.util.List<I18nBundleEntry> result, boolean promuteGeneral)
           
 



Copyright © 2004-2009 CodeLutin. All Rights Reserved.