Package com.atlassian.bamboo.utils.i18n
Class I18nBeanFactoryImpl
- java.lang.Object
-
- com.atlassian.bamboo.utils.i18n.I18nBeanFactoryImpl
-
- All Implemented Interfaces:
I18nBeanFactory
public class I18nBeanFactoryImpl extends Object implements I18nBeanFactory
-
-
Constructor Summary
Constructors Constructor Description I18nBeanFactoryImpl(@NotNull com.atlassian.plugin.PluginAccessor pluginAccessor, @NotNull com.atlassian.plugin.event.PluginEventManager pluginEventManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description I18nBean
getI18nBean()
I18nBean
getI18nBean(Locale locale)
void
onPluginDisabled(com.atlassian.plugin.event.events.PluginDisabledEvent event)
void
onPluginEnabled(com.atlassian.plugin.event.events.PluginEnabledEvent event)
void
postConstruct()
-
-
-
Method Detail
-
postConstruct
@PostConstruct public void postConstruct()
-
onPluginDisabled
public void onPluginDisabled(com.atlassian.plugin.event.events.PluginDisabledEvent event)
-
onPluginEnabled
public void onPluginEnabled(com.atlassian.plugin.event.events.PluginEnabledEvent event)
-
getI18nBean
public I18nBean getI18nBean()
- Specified by:
getI18nBean
in interfaceI18nBeanFactory
-
getI18nBean
public I18nBean getI18nBean(Locale locale)
- Specified by:
getI18nBean
in interfaceI18nBeanFactory
-
-