Package | Description |
---|---|
com.suncode.pwfl.core | |
com.suncode.pwfl.translation |
Modifier and Type | Interface and Description |
---|---|
interface |
PlusworkflowStartupHook
System startup hook.
|
class |
PlusworkflowStartupHookAdapter
Adapter for PlusworkflowStartupHook.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTranslator
Common Translator implementation.
|
class |
EmptyTranslator
Translator implementation that always returns value of given key.
|
class |
LocalizedString
Dynamically translated String.
|
class |
NoTranslationException
No translation found for given key found.
|
class |
PropertiesTranslator
Default Translator implementation based on
*.properties files with key-based
translations. |
interface |
Translator
Translator is the standard way of translating key-base messages for given Locale.
|
interface |
TranslatorRegistration
Registration handle received from
TranslatorRegistry#register(Translator, TranslatorScope) . |
interface |
TranslatorRegistry
Registry of available Translator.
|
class |
Translators
Utility class that simplifies access to
Translator . |
class |
TranslatorScope
Translator target scope.
|
Copyright © 2016 Suncode. All rights reserved.