|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UsesMappedConfiguration(value=Translator.class) public interface TranslatorAlternatesSource
This service is used by TranslatorSource
to specify Translator
alternates: translators that
are used when specified explicitly by name. These translators may overlap the standard translators
by type (thus requiring a separate configuration).
Translators contributed to this configuration must have names that do not overlap the standard translators. Further, the contribution key must match the translator name.
Method Summary | |
---|---|
Map<String,Translator> |
getTranslatorAlternates()
Get the mapping from name to Translator, based on the contributions to the service. |
Method Detail |
---|
Map<String,Translator> getTranslatorAlternates()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |