Uses of Interface
org.ow2.chameleon.i18n.I18nService

Uses of I18nService in org.ow2.chameleon.i18n
 

Methods in org.ow2.chameleon.i18n that return I18nService
 I18nService I18nServiceSelector.getI18nService(java.lang.String resourceName, java.util.Locale locale)
          Gets a i18n service localizing the given resource for the given locale.
 I18nService I18nServiceSelector.getI18nService(java.lang.String resourceName, java.util.Locale locale, boolean includeParents)
          Gets a i18n service localizing the given resource for the given locale.
 I18nService I18nServiceSelector.getI18nServiceForCurrentLocale(java.lang.String resourceName)
          Gets a i18n service localizing the given resource for the current locale.
 I18nService I18nServiceSelector.getI18nServiceForCurrentLocale(java.lang.String resourceName, boolean includeParents)
          Gets a i18n service localizing the given resource for the current locale.
 I18nService[] I18nServiceSelector.getI18nServices(java.util.Locale locale)
          Gets all I18nService providers supporting the given locale.
 I18nService[] I18nServiceSelector.getI18nServices(java.util.Locale locale, boolean includeParents)
          Gets all I18nService providers supporting the given locale.
 I18nService[] I18nServiceSelector.getI18nServices(java.lang.String resourceName)
          Gets all I18nService providers localizing the given resource name.
 I18nService[] I18nServiceSelector.getI18nServices(java.lang.String resourceName, java.util.Locale locale)
          Gets all I18nService providers localizing the given resource name and supporting the given locale.
 I18nService[] I18nServiceSelector.getI18nServices(java.lang.String resourceName, java.util.Locale locale, boolean includeParents)
          Gets all I18nService providers localizing the given resource name and supporting the given locale.
 I18nService[] I18nServiceSelector.getI18nServicesForCurrentLocale(java.lang.String resourceName)
          Gets all I18nService providers localizing the given resource name and supporting the current locale.
 I18nService[] I18nServiceSelector.getI18nServicesForCurrentLocale(java.lang.String resourceName, boolean includeParents)
          Gets all I18nService providers localizing the given resource name and supporting the current locale.
 



Copyright © 2009-2010 OW2 Chameleon. All Rights Reserved.