Package | Description |
---|---|
com.atlassian.jira.i18n | |
com.atlassian.jira.web.bean | |
com.atlassian.jira.web.bean.i18n |
Modifier and Type | Class and Description |
---|---|
class |
BootstrapTranslationStore
Simple TranslationStore to be used in the Bootstrap container, because it is needed to show start up errors.
|
Modifier and Type | Method and Description |
---|---|
TranslationStore |
SimpleTranslationStoreFactory.createTranslationStore(Map<String,String> bundles) |
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayBackedStore
Byte array-backed store for translations.
|
class |
CompressedKeyStore
Uses
CompressedKey for i18n keys and ByteArray for values. |
class |
MockTranslationStore |
class |
StringBackedStore
Uses String for both keys and values.
|
class |
TranslationStoreTemplate<K,V>
Templates class for TranslationStore implementations.
|
Modifier and Type | Method and Description |
---|---|
TranslationStore |
MockTranslationStoreFactory.createTranslationStore(Map<String,String> bundles) |
TranslationStore |
DefaultTranslationStoreFactory.createTranslationStore(Map<String,String> bundles) |
TranslationStore |
TranslationStoreFactory.createTranslationStore(Map<String,String> bundles)
Creates the appropriate TranslationStore depending on whether we're running in OnDemand or not.
|
Copyright © 2002-2022 Atlassian. All Rights Reserved.