Uses of Interface
com.suncode.pwfl.translation.Translator
Packages that use Translator
Package
Description
-
Uses of Translator in com.suncode.pwfl
Methods in com.suncode.pwfl with parameters of type TranslatorModifier and TypeMethodDescriptionstatic SystemException
SystemException.wrap
(Throwable exception, Translator translator) Constructors in com.suncode.pwfl with parameters of type TranslatorModifierConstructorDescriptionSystemException
(String message, Translator translator) SystemException
(String message, Throwable throwable, Translator translator) -
Uses of Translator in com.suncode.pwfl.administration.scheduledtask
Constructors in com.suncode.pwfl.administration.scheduledtask with parameters of type Translator -
Uses of Translator in com.suncode.pwfl.component
Fields in com.suncode.pwfl.component declared as TranslatorModifier and TypeFieldDescriptionprotected final Translator
ComponentDefinitionBuilder.translator
Constructors in com.suncode.pwfl.component with parameters of type Translator -
Uses of Translator in com.suncode.pwfl.datasource
Constructors in com.suncode.pwfl.datasource with parameters of type Translator -
Uses of Translator in com.suncode.pwfl.translation
Subinterfaces of Translator in com.suncode.pwfl.translationModifier and TypeInterfaceDescriptioninterface
Extension of Translator that enables registration of translator for given class loader.interface
Extension of Translator that enables registration of translator for given packages.Classes in com.suncode.pwfl.translation that implement TranslatorModifier and TypeClassDescriptionclass
Common Translator implementation.class
Translator implementation that always returns value of given key.class
Default Translator implementation based on*.properties
files with key-based translations.Methods in com.suncode.pwfl.translation that return TranslatorModifier and TypeMethodDescriptionReturns Translator for package of given class registered in TranslatorScope.SERVER scope.Returns Translator with given name for scopeTranslatorScope.SERVER
.TranslatorRegistry.get
(String name, TranslatorScope scope) Returns Translator with given name and scope.static Translator
Return translator for given classstatic Translator
Return translator withi given name.static Translator
Translators.get
(String name, TranslatorScope scope) Return translator withi given name and scope.AbstractTranslator.getParent()
static Translator
Translators.getSystemTranslator()
Returns system translatorstatic Translator
Translators.getSystemTranslator
(TranslatorScope scope) Returns system translator for given scopeTranslatorRegistration.translator()
Returns translatorMethods in com.suncode.pwfl.translation that return types with arguments of type TranslatorModifier and TypeMethodDescriptionTranslatorRegistry.getAll
(TranslatorScope scope) Returns all translators Translator with given scope.static List<Translator>
Translators.getAll
(TranslatorScope scope) TranslatorRegistry.getAllByName
(TranslatorScope scope) Returns the map of all translators with the given scope, where key is the translator name.static Map<String,
Translator> Translators.getAllByName
(TranslatorScope scope) Methods in com.suncode.pwfl.translation with parameters of type TranslatorModifier and TypeMethodDescriptionTranslatorRegistry.register
(String name, Translator translator, TranslatorScope scope) Registers given translator under provided name in given scope.void
AbstractTranslator.setParent
(Translator parent) Sets this translator parent.Method parameters in com.suncode.pwfl.translation with type arguments of type TranslatorModifier and TypeMethodDescriptionstatic String
TranslationSupport.getMessage
(String value, List<Translator> translators) static String
TranslationSupport.getMessageOrDefault
(String value, String defaultValue, List<Translator> translators) Constructors in com.suncode.pwfl.translation with parameters of type TranslatorModifierConstructorDescriptionAbstractTranslator
(Translator parent) LocalizedString
(String key, Translator translator, Object... args) LocalizedString
(String key, String[] fallbackKeys, String defaultValue, Translator translator, Locale locale, Object... args) LocalizedString
(String key, String defaultValue, Translator translator, Locale locale, Object... args) -
Uses of Translator in com.suncode.pwfl.workflow.application
Constructors in com.suncode.pwfl.workflow.application with parameters of type Translator -
Uses of Translator in com.suncode.pwfl.workflow.form.action
Constructors in com.suncode.pwfl.workflow.form.action with parameters of type Translator -
Uses of Translator in com.suncode.pwfl.workflow.form.datachooser
Constructors in com.suncode.pwfl.workflow.form.datachooser with parameters of type Translator -
Uses of Translator in com.suncode.pwfl.workflow.form.eventaction
Methods in com.suncode.pwfl.workflow.form.eventaction with parameters of type TranslatorConstructors in com.suncode.pwfl.workflow.form.eventaction with parameters of type Translator -
Uses of Translator in com.suncode.pwfl.workflow.form.validator
Constructors in com.suncode.pwfl.workflow.form.validator with parameters of type Translator -
Uses of Translator in com.suncode.pwfl.workflow.form.variablesetter
Constructors in com.suncode.pwfl.workflow.form.variablesetter with parameters of type Translator -
Uses of Translator in com.suncode.pwfl.workflow.invocable
Constructors in com.suncode.pwfl.workflow.invocable with parameters of type Translator