| java.lang.Object | |
| ↳ | com.atlassian.jira.web.bean.MockI18nBean.MockI18nBeanFactory |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns an
I18nHelper instance associated with the provided Locale. | |||||||||||
Returns an
I18nHelper instance associated with the provided User's locale preference. | |||||||||||
Returns an
I18nHelper instance associated with the provided User's locale preference. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||
From interface
com.atlassian.jira.util.I18nHelper.BeanFactory
| |||||||||||||||||
Returns an 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 LocaleReturns an 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 preferenceReturns an 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 preference
