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 SystemExceptionSystemException.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 TranslatorComponentDefinitionBuilder.translatorConstructors 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 TypeInterfaceDescriptioninterfaceExtension of Translator that enables registration of translator for given class loader.interfaceExtension of Translator that enables registration of translator for given packages.Classes in com.suncode.pwfl.translation that implement TranslatorModifier and TypeClassDescriptionclassCommon Translator implementation.classTranslator implementation that always returns value of given key.classDefault Translator implementation based on*.propertiesfiles 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 TranslatorReturn translator for given classstatic TranslatorReturn translator withi given name.static TranslatorTranslators.get(String name, TranslatorScope scope) Return translator withi given name and scope.AbstractTranslator.getParent()static TranslatorTranslators.getSystemTranslator()Returns system translatorstatic TranslatorTranslators.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.voidAbstractTranslator.setParent(Translator parent) Sets this translator parent.Method parameters in com.suncode.pwfl.translation with type arguments of type TranslatorModifier and TypeMethodDescriptionstatic StringTranslationSupport.getMessage(String value, List<Translator> translators) static StringTranslationSupport.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