|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TranslationStore | |
|---|---|
| com.atlassian.jira.web.bean | |
| com.atlassian.jira.web.bean.i18n | |
| Uses of TranslationStore in com.atlassian.jira.web.bean |
|---|
| Methods in com.atlassian.jira.web.bean that return TranslationStore | |
|---|---|
TranslationStore |
SimpleTranslationStoreFactory.createTranslationStore(Map<String,String> bundles)
|
| Uses of TranslationStore in com.atlassian.jira.web.bean.i18n |
|---|
| Classes in com.atlassian.jira.web.bean.i18n that implement TranslationStore | |
|---|---|
class |
ByteArrayBackedStore
Byte array-backed store for translations. |
class |
CompressedKeyStore
Uses CompressedKey for i18n keys and ByteArray for values. |
class |
StringBackedStore
Uses String for both keys and values. |
class |
TranslationStoreTemplate<K,V>
Templates class for TranslationStore implementations. |
| Methods in com.atlassian.jira.web.bean.i18n that return TranslationStore | |
|---|---|
TranslationStore |
TranslationStoreFactory.createTranslationStore(Map<String,String> bundles)
Creates the appropriate TranslationStore depending on whether we're running in OnDemand or not. |
TranslationStore |
DefaultTranslationStoreFactory.createTranslationStore(Map<String,String> bundles)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||