public class BackingI18nFactoryImpl extends Object implements BackingI18nFactory
| Constructor and Description |
|---|
BackingI18nFactoryImpl(TranslationStoreFactory storeFactory,
ResourceBundleLoader resourceLoader,
I18nTranslationMode translationMode) |
| Modifier and Type | Method and Description |
|---|---|
BackingI18n |
create(Locale locale,
PluginsTracker involvedPluginsTracker,
Iterable<? extends TranslationTransform> translationTransforms)
Create an
I18nHelper for the passed parameters. |
public BackingI18nFactoryImpl(TranslationStoreFactory storeFactory, ResourceBundleLoader resourceLoader, I18nTranslationMode translationMode)
public BackingI18n create(Locale locale, PluginsTracker involvedPluginsTracker, Iterable<? extends TranslationTransform> translationTransforms)
BackingI18nFactoryI18nHelper for the passed parameters.create in interface BackingI18nFactorylocale - the locale for the returned I18nHelper.involvedPluginsTracker - register all the plugins associated with the returned helper in this tracker.translationTransforms - the transforms that should be applied by the returned helper during translation.I18nHelper for the passed Locale.Copyright © 2002-2015 Atlassian. All Rights Reserved.