Package com.atlassian.jira.web.bean.i18n

Interface Summary
TranslationStore Store for i18n keys and their respective values.
TranslationStoreFactory Factory for TranslationStore instances.
 

Class Summary
ByteArrayBackedStore Byte array-backed store for translations.
CompressedKeyStore Uses CompressedKey for i18n keys and ByteArray for values.
DefaultTranslationStoreFactory Factory for TranslationStore instances.
StringBackedStore Uses String for both keys and values.
TranslationStoreTemplate<K,V> Templates class for TranslationStore implementations.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.