com.atlassian.jira.util.I18nHelper.BeanFactory |
Known Indirect Subclasses
CachingI18nFactory,
DelegateI18nFactory,
MockI18nBean.MockI18nBeanFactory,
MockI18nHelper.MockI18nHelperFactory,
NoopI18nFactory
|
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.
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. |
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 Locale
Returns 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