com.atlassian.jira.i18n
Class BackingI18nFactoryImpl

java.lang.Object
  extended by com.atlassian.jira.i18n.BackingI18nFactoryImpl
All Implemented Interfaces:
BackingI18nFactory

public class BackingI18nFactoryImpl
extends Object
implements BackingI18nFactory

Since:
v6.2.3

Constructor Summary
BackingI18nFactoryImpl(TranslationStoreFactory storeFactory, ResourceBundleLoader resourceLoader, I18nTranslationMode translationMode)
           
 
Method Summary
 BackingI18n create(Locale locale, PluginsTracker involvedPluginsTracker, Iterable<? extends TranslationTransform> translationTransforms)
          Create an I18nHelper for the passed parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackingI18nFactoryImpl

public BackingI18nFactoryImpl(TranslationStoreFactory storeFactory,
                              ResourceBundleLoader resourceLoader,
                              I18nTranslationMode translationMode)
Method Detail

create

public BackingI18n create(Locale locale,
                          PluginsTracker involvedPluginsTracker,
                          Iterable<? extends TranslationTransform> translationTransforms)
Description copied from interface: BackingI18nFactory
Create an I18nHelper for the passed parameters.

Specified by:
create in interface BackingI18nFactory
Parameters:
locale - 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.
Returns:
a I18nHelper for the passed Locale.


Copyright © 2002-2014 Atlassian. All Rights Reserved.