Uses of Class
org.nuiton.i18n.init.I18nInitializer

Packages that use I18nInitializer
org.nuiton.i18n Nuiton i18n 
org.nuiton.i18n.init   
 

Uses of I18nInitializer in org.nuiton.i18n
 

Fields in org.nuiton.i18n declared as I18nInitializer
protected static I18nInitializer I18n.initializer
          Deprecated. since 2.1, will be removed in version 3.0, in stead use the method I18n.init(I18nInitializer, Locale) which will pass directly the initializer to the store.
protected  I18nInitializer I18nStore.resolver
          le resolver de bundles
 

Methods in org.nuiton.i18n that return I18nInitializer
protected static I18nInitializer I18n.getDefaultInitializer()
           
static I18nInitializer I18n.getInitializer()
          Deprecated. since 2.1, will be removed in version 3.0, the initializer will no more be saved in this class but directly in the I18nStore.
 I18nInitializer I18nStore.getResolver()
           
 

Methods in org.nuiton.i18n with parameters of type I18nInitializer
static void I18n.init(I18nInitializer initializer, Locale locale)
          Initialize I18n system.
protected static void I18n.initStore(I18nInitializer initializer, Locale locale)
          Init the store with given parameters and set the current language in the store to the default given locale.
static void I18n.setInitializer(I18nInitializer initializer)
          Deprecated. since 2.1, will be removed in version 3.0, use instead the method I18n.init(I18nInitializer, Locale).
 

Constructors in org.nuiton.i18n with parameters of type I18nInitializer
I18nStore(Locale defaultLocale, I18nInitializer resolver)
           
 

Uses of I18nInitializer in org.nuiton.i18n.init
 

Subclasses of I18nInitializer in org.nuiton.i18n.init
 class ClassPathI18nInitializer
          Implementation of a I18nInitializer using all i18n resources (from artifacts) discovered in classpath.
 class DefaultI18nInitializer
          Default implementation of a I18nInitializer using the default i18n implementation (one unique bundle with a definition properties file).
 class UserI18nInitializer
          Initializer which expose i18n resources in the UserI18nInitializer.userDirectory, then use resources from this user directories.
 



Copyright © 2004-2011 CodeLutin. All Rights Reserved.