public class XItemPropertyI18NUtils extends Object
Constructor and Description |
---|
XItemPropertyI18NUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
getBestLanguage(IXFormRenderConfig config,
com.alibaba.fastjson.JSONObject object,
String propName)
Die naheliegendste Sprache, die im übergebenen Objekt vorhanden ist.
|
static String |
getI18NValue(IXFormRenderConfig config,
com.alibaba.fastjson.JSONObject json,
String defaultValue,
XPropertyEnum property) |
static String |
getI18NValue(XItem xitem,
IXFormRenderConfig config,
XPropertyEnum xProperty) |
static String |
getI18NValueR(IXFormRenderConfig config,
com.alibaba.fastjson.JSONObject json,
String defaultValue,
XPropertyEnum property) |
static String |
getI18NValueR(IXFormRenderConfig config,
String property,
String defaultValue,
XItemRenderData properties) |
static String |
getI18NValueR(IXFormRenderConfig config,
XPropertyEnum property,
String defaultValue,
XItemRenderData properties) |
static String |
replaceI18NAndEmptyValue(String v,
IXFormRenderConfig config) |
public static String replaceI18NAndEmptyValue(String v, IXFormRenderConfig config)
public static String getBestLanguage(IXFormRenderConfig config, com.alibaba.fastjson.JSONObject object, String propName)
fr-CA
übergeben, wird
zuerst danach gesucht, danach nach fr
. Ist diese auch nicht vorhanden, wird der leere String
zurückgegeben.< config
- TODOobject
- Objekt, in dem als Key die Sprachen vorhanden sind.public static String getI18NValueR(IXFormRenderConfig config, XPropertyEnum property, String defaultValue, XItemRenderData properties)
public static String getI18NValueR(IXFormRenderConfig config, String property, String defaultValue, XItemRenderData properties)
public static String getI18NValueR(IXFormRenderConfig config, com.alibaba.fastjson.JSONObject json, String defaultValue, XPropertyEnum property)
public static String getI18NValue(XItem xitem, IXFormRenderConfig config, XPropertyEnum xProperty)
public static String getI18NValue(IXFormRenderConfig config, com.alibaba.fastjson.JSONObject json, String defaultValue, XPropertyEnum property)
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.