public class I18nBeanFactoryImpl extends Object implements I18nBeanFactory
Constructor and Description |
---|
I18nBeanFactoryImpl(com.atlassian.cache.CacheFactory cacheFactory,
com.atlassian.plugin.PluginAccessor pluginAccessor,
com.atlassian.plugin.event.PluginEventManager pluginEventManager) |
Modifier and Type | Method and 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() |
public I18nBeanFactoryImpl(@NotNull com.atlassian.cache.CacheFactory cacheFactory, @NotNull com.atlassian.plugin.PluginAccessor pluginAccessor, @NotNull com.atlassian.plugin.event.PluginEventManager pluginEventManager)
@PostConstruct public void postConstruct()
public void onPluginDisabled(com.atlassian.plugin.event.events.PluginDisabledEvent event)
public void onPluginEnabled(com.atlassian.plugin.event.events.PluginEnabledEvent event)
public I18nBean getI18nBean()
getI18nBean
in interface I18nBeanFactory
public I18nBean getI18nBean(Locale locale)
getI18nBean
in interface I18nBeanFactory
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.