Package | Description |
---|---|
com.suncode.pwfl.translation |
Modifier and Type | Method and Description |
---|---|
static TranslatorScope |
TranslatorScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TranslatorScope[] |
TranslatorScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Translator |
TranslatorRegistry.get(String name,
TranslatorScope scope)
Returns Translator with given name and scope.
|
TranslatorRegistration |
TranslatorRegistry.register(String name,
Translator translator,
TranslatorScope scope)
Registers given translator under provided name in given scope.
|
Copyright © 2016 Suncode. All rights reserved.