Class I18nBeanFactoryImpl

java.lang.Object
com.atlassian.bamboo.utils.i18n.I18nBeanFactoryImpl
All Implemented Interfaces:
I18nBeanFactory

public class I18nBeanFactoryImpl extends Object implements I18nBeanFactory
  • Constructor Details

    • I18nBeanFactoryImpl

      public I18nBeanFactoryImpl(@NotNull @NotNull com.atlassian.plugin.PluginAccessor pluginAccessor, @NotNull @NotNull com.atlassian.plugin.event.PluginEventManager pluginEventManager)
  • Method Details

    • 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 interface I18nBeanFactory
    • getI18nBean

      public I18nBean getI18nBean(Locale locale)
      Specified by:
      getI18nBean in interface I18nBeanFactory