Class I18nToolsRpcServiceImpl
RemoteServiceServlet
net.datenwerke.gf.base.server.DwRemoteServiceServlet
net.datenwerke.security.server.SecuredRemoteServiceServlet
net.datenwerke.rs.core.server.i18ntools.I18nToolsRpcServiceImpl
- All Implemented Interfaces:
RemoteRequest,I18nToolsRpcService
- 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 I18nToolsRpcServiceImpl
extends SecuredRemoteServiceServlet
implements I18nToolsRpcService
-
Constructor Summary
ConstructorsConstructorDescriptionI18nToolsRpcServiceImpl(I18nToolsService i18nToolsService, UserManagerService userManagerService, <any> authenticatorService, DtoService dtoService) -
Method Summary
Modifier and TypeMethodDescriptionFormatPatternsDtovoidsetDecimalSeparator(String separatorChar) Methods inherited from class net.datenwerke.security.server.SecuredRemoteServiceServlet
getRequest
-
Constructor Details
-
I18nToolsRpcServiceImpl
public I18nToolsRpcServiceImpl(I18nToolsService i18nToolsService, UserManagerService userManagerService, <any> authenticatorService, DtoService dtoService)
-
-
Method Details
-
getDecimalSeparator
- Specified by:
getDecimalSeparatorin interfaceI18nToolsRpcService
-
setDecimalSeparator
- Specified by:
setDecimalSeparatorin interfaceI18nToolsRpcService
-
getFormatPatterns
public FormatPatternsDto getFormatPatterns()- Specified by:
getFormatPatternsin interfaceI18nToolsRpcService
-