public class DelegateI18nFactory extends Object implements I18nHelper.BeanFactory
| Constructor and Description | 
|---|
DelegateI18nFactory(CachingI18nFactory delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
I18nHelper | 
getInstance(ApplicationUser user)
Returns an  
I18nHelper instance associated with the provided User's locale preference. | 
I18nHelper | 
getInstance(Locale locale)
Returns an  
I18nHelper instance associated with the provided Locale. | 
public DelegateI18nFactory(CachingI18nFactory delegate)
@Nonnull public I18nHelper getInstance(Locale locale)
I18nHelper.BeanFactoryI18nHelper instance associated with the provided Locale. Note that since JIRA 6.0
 you can have an I18nHelper injected directly into your class, and it will be specific to the
 currently logged in user.getInstance in interface I18nHelper.BeanFactorylocale - the locale in playI18nHelper instance associated with the provided Locale@Nonnull public I18nHelper getInstance(ApplicationUser user)
I18nHelper.BeanFactoryI18nHelper instance associated with the provided User's locale preference. Note
 that since JIRA 6.0 you can have an I18nHelper injected directly into your class, and it will be
 specific to the currently logged in user.getInstance in interface I18nHelper.BeanFactoryuser - the user in playI18nHelper instance associated with the provided User's locale preferenceCopyright © 2002-2021 Atlassian. All Rights Reserved.