| Package | Description |
|---|---|
| com.foreach.common.spring.localization.text |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalizedTextSetImpl
LocalizedTextSet is a collection of LocalizedText instances scoped to a particular group.
|
| Modifier and Type | Method and Description |
|---|---|
LocalizedTextSet |
LocalizedTextSetCache.getLocalizedTextSet(String application,
String group)
Gets a
LocalizedTextSet for a group of items from the cache. |
LocalizedTextSet |
LocalizedTextService.getLocalizedTextSet(String application,
String group)
Gets a
LocalizedTextSetImpl for a group of items. |
LocalizedTextSet |
EternalLocalizedTextSetCache.getLocalizedTextSet(String application,
String group)
Gets a
LocalizedTextSet for a group of items from the cache. |
LocalizedTextSet |
AbstractLocalizedTextService.getLocalizedTextSet(String application,
String group)
Gets a
LocalizedTextSetImpl for a group of items. |
| Modifier and Type | Method and Description |
|---|---|
Set<LocalizedTextSet> |
LocalizedTextSetCache.getCachedTextSets() |
Set<LocalizedTextSet> |
EternalLocalizedTextSetCache.getCachedTextSets() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
LocalizedTextService.getLanguageMap(LocalizedTextSet localizedTextSet,
Language language)
Converts all LocalizedTexts in the provided language to a Map.
|
Map<String,String> |
AbstractLocalizedTextService.getLanguageMap(LocalizedTextSet localizedTextSet,
Language language)
Converts all LocalizedTexts in the provided language to a Map.
|
void |
LocalizedTextSetCache.storeLocalizedTextSet(LocalizedTextSet textSet)
Stores a LocalizedTextSet in the cache.
|
void |
EternalLocalizedTextSetCache.storeLocalizedTextSet(LocalizedTextSet textSet)
Stores a LocalizedTextSet in the cache.
|
Copyright © 2017. All rights reserved.