| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface I18nHelper.BeanFactory
Ths BeanFactory is used to instantiate I18nHelper instances for a specific Locale or User.  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.
| Method Summary | |
|---|---|
|  I18nHelper | getInstance(ApplicationUser user)Returns an I18nHelperinstance associated with the providedUser's locale preference. | 
|  I18nHelper | getInstance(Locale locale)Returns an I18nHelperinstance associated with the providedLocale. | 
|  I18nHelper | getInstance(com.atlassian.crowd.embedded.api.User user)Returns an I18nHelperinstance associated with the providedUser's locale preference. | 
| Method Detail | 
|---|
I18nHelper getInstance(Locale locale)
I18nHelper 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.
locale - the locale in play
I18nHelper instance associated with the provided LocaleI18nHelperI18nHelper getInstance(com.atlassian.crowd.embedded.api.User user)
I18nHelper 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.
user - the user in play
I18nHelper instance associated with the provided User's locale preferenceI18nHelperI18nHelper getInstance(ApplicationUser user)
I18nHelper 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.
user - the user in play
I18nHelper instance associated with the provided User's locale preferenceI18nHelper| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||