Package com.atlassian.jira.web.bean
Class SimpleTranslationStoreFactory
java.lang.Object
com.atlassian.jira.web.bean.SimpleTranslationStoreFactory
- All Implemented Interfaces:
TranslationStoreFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateTranslationStore(Map<String, String> bundles) Creates the appropriate TranslationStore depending on whether we're running in OnDemand or not.
-
Constructor Details
-
SimpleTranslationStoreFactory
public SimpleTranslationStoreFactory()
-
-
Method Details
-
createTranslationStore
Description copied from interface:TranslationStoreFactoryCreates the appropriate TranslationStore depending on whether we're running in OnDemand or not.- Specified by:
createTranslationStorein interfaceTranslationStoreFactory- Parameters:
bundles- a Map containing the bundles- Returns:
- a new TranslationStore
-