Class TranslatorAlternatesSourceImpl
-
- org.apache.tapestry5.internal.services.TranslatorAlternatesSourceImpl
-
- All Implemented Interfaces:
TranslatorAlternatesSource
public class TranslatorAlternatesSourceImpl extends implements TranslatorAlternatesSource
-
-
Constructor Summary
Constructors Constructor Description <,Translator> configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <,Translator>
getTranslatorAlternates()
Get the mapping from name to Translator, based on the contributions to the service.
-
-
-
Constructor Detail
-
TranslatorAlternatesSourceImpl
public <,Translator> configuration)
-
-
Method Detail
-
getTranslatorAlternates
public <,Translator> getTranslatorAlternates()
Description copied from interface:TranslatorAlternatesSource
Get the mapping from name to Translator, based on the contributions to the service. It will be verified that the keys of the map corresponding to the names of the Translator values.- Specified by:
getTranslatorAlternates
in interfaceTranslatorAlternatesSource
-
-