com.atlassian.bamboo.utils.i18n
Class I18nBeanFactoryImpl

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

public class I18nBeanFactoryImpl
extends AbstractI18nBeanFactory


Constructor Summary
I18nBeanFactoryImpl(bucket.cache.CacheManager cacheManager, com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.plugin.event.PluginEventManager pluginEventManager)
           
 
Method Summary
protected  com.atlassian.user.impl.cache.Cache getCache()
           
 I18nBean getI18nBean(java.util.Locale locale)
           
 void onPluginDisabled(com.atlassian.plugin.event.events.PluginDisabledEvent event)
           
 void onPluginEnabled(com.atlassian.plugin.event.events.PluginEnabledEvent event)
           
 
Methods inherited from class com.atlassian.bamboo.utils.i18n.AbstractI18nBeanFactory
getI18nBean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

I18nBeanFactoryImpl

public I18nBeanFactoryImpl(@NotNull
                           bucket.cache.CacheManager cacheManager,
                           @NotNull
                           com.atlassian.plugin.PluginAccessor pluginAccessor,
                           @NotNull
                           com.atlassian.plugin.event.PluginEventManager pluginEventManager)
Method Detail

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(java.util.Locale locale)

getCache

protected com.atlassian.user.impl.cache.Cache getCache()


Copyright © 2012 Atlassian. All Rights Reserved.