Interface | Description |
---|---|
ClassLoaderTranslator |
Extension of Translator that enables registration of translator for given
class loader.
|
PackageTranslator |
Extension of Translator that enables registration of translator for given packages.
|
Translator |
Translator is the standard way of translating key-base messages for given Locale.
|
TranslatorRegistration |
Registration handle received from
TranslatorRegistry#register(Translator, TranslatorScope) . |
TranslatorRegistry |
Registry of available Translator.
|
Class | Description |
---|---|
AbstractTranslator |
Common Translator implementation.
|
EmptyTranslator |
Translator implementation that always returns value of given key.
|
LocalizedString |
Dynamically translated String.
|
PropertiesTranslator |
Default Translator implementation based on
*.properties files with key-based
translations. |
TranslationSupport | |
Translators |
Utility class that simplifies access to
Translator . |
Enum | Description |
---|---|
TranslatorScope |
Translator target scope.
|
Exception | Description |
---|---|
NoTranslationException |
No translation found for given key found.
|
Copyright © 2019 Suncode. All rights reserved.