Class I18nDataApiImpl
- java.lang.Object
-
- org.openea.eap.module.system.api.i18n.I18nDataApiImpl
-
- All Implemented Interfaces:
I18nDataApi
@Service public class I18nDataApiImpl extends Object implements I18nDataApi
-
-
Constructor Summary
Constructors Constructor Description I18nDataApiImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description cn.hutool.json.JSONObjectgetI18nDataJson(String langs, String modules)Map<String,Map<String,String>>getI18nDataMap(String langs, String modules)List<String>getI18nSupportLangs()
-
-
-
Method Detail
-
getI18nSupportLangs
public List<String> getI18nSupportLangs()
- Specified by:
getI18nSupportLangsin interfaceI18nDataApi
-
getI18nDataMap
public Map<String,Map<String,String>> getI18nDataMap(String langs, String modules)
- Specified by:
getI18nDataMapin interfaceI18nDataApi
-
getI18nDataJson
public cn.hutool.json.JSONObject getI18nDataJson(String langs, String modules)
- Specified by:
getI18nDataJsonin interfaceI18nDataApi
-
-