Class LocalizationModule
AbstractModule
net.datenwerke.gf.service.localization.LocalizationModule
public class LocalizationModule
extends AbstractModule
The localization module offers localization similar to the default GWT i18n
implementation, but server side.
Description
The localization module offers localization similar to the default GWT i18n implementation, but server side.
Content
Services
Static Injections
Dependencies
Entities
3rd-Party
Others
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprovideDefaultLocale(<any> authenticatorServiceProvider, <any> userPropertiesServiceProvider) provideDefaultLocale(ConfigService configService) provideLocales(ConfigService configService, RemoteMessageService remoteMsgService)
-
Field Details
-
CONFIG_FILE
- See Also:
-
USER_LOCAL_PROPERTY_NAME
- See Also:
-
-
Constructor Details
-
LocalizationModule
public LocalizationModule()
-
-
Method Details
-
provideDefaultLocale
-
provideLocales
public Collection<String> provideLocales(ConfigService configService, RemoteMessageService remoteMsgService) -
provideDefaultLocale
public String provideDefaultLocale(<any> authenticatorServiceProvider, <any> userPropertiesServiceProvider)
-