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

Packages that use I18nBundleScope
org.nuiton.i18n.bundle   
 

Uses of I18nBundleScope in org.nuiton.i18n.bundle
 

Fields in org.nuiton.i18n.bundle declared as I18nBundleScope
protected  I18nBundleScope I18nBundleEntry.scope
          scope of the entry
 

Methods in org.nuiton.i18n.bundle that return I18nBundleScope
 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.
 

Methods in org.nuiton.i18n.bundle with parameters of type I18nBundleScope
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.
 

Constructors in org.nuiton.i18n.bundle with parameters of type I18nBundleScope
I18nBundleEntry(URL path, Locale locale, I18nBundleScope scope)
          Constructor if an bundle entry.
 



Copyright © 2004-2010 CodeLutin. All Rights Reserved.