Class LocalizationRpcServiceImpl
RemoteServiceServlet
net.datenwerke.gf.base.server.DwRemoteServiceServlet
net.datenwerke.security.server.SecuredRemoteServiceServlet
net.datenwerke.gf.server.localization.LocalizationRpcServiceImpl
- All Implemented Interfaces:
RemoteRequest,LocalizationRpcService
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public class LocalizationRpcServiceImpl
extends SecuredRemoteServiceServlet
implements LocalizationRpcService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUserLocale(String locale) voidsetUserTimezone(String timezone) Methods inherited from class net.datenwerke.security.server.SecuredRemoteServiceServlet
getRequest
-
Constructor Details
-
LocalizationRpcServiceImpl
public LocalizationRpcServiceImpl(<any> defaultLocale)
-
-
Method Details
-
getLanguageSelectorConfiguration
- Specified by:
getLanguageSelectorConfigurationin interfaceLocalizationRpcService- Throws:
ServerCallFailedException
-
setUserLocale
- Specified by:
setUserLocalein interfaceLocalizationRpcService- Throws:
ServerCallFailedException
-
setUserTimezone
- Specified by:
setUserTimezonein interfaceLocalizationRpcService
-