Package de.xima.fc.form.renderer
Class XFormRenderer
- java.lang.Object
-
- de.xima.fc.form.renderer.XFormRenderer
-
public final class XFormRenderer extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static XItem
fillItem(XItem xItem, Map<String,List<String[]>> valuesMap, XItemConditionProcessor itemConditionProcessor)
Deprecated.will be removed: currently useless!static String
getI18NValue(IXFormRenderConfig xFormConfig, String key)
static XItem
getItem(XItem xItem, Map<String,List<String[]>> valuesMap, XItemConditionProcessor itemConditionProcessor)
Deprecated.will be removed: currently useless!static String
getRenderedForm(IXForm xform, IXFormRenderConfig config, IXFormRenderContext formRenderCtx)
static String
getRenderedForm(IXForm xform, IXFormRenderConfig config, Map<String,List<String[]>> values, IXFormRenderContext formRenderCtx)
static String
getRenderedForm(IXForm xform, IXFormRenderConfig config, Map<String,List<String[]>> values, Map<String,IFormContainerMetaData> dynContainerMap, IXFormRenderContext formRenderCtx)
static String
readResource(String filePath)
-
-
-
Method Detail
-
getI18NValue
public static String getI18NValue(IXFormRenderConfig xFormConfig, String key)
-
getItem
@Deprecated public static XItem getItem(XItem xItem, Map<String,List<String[]>> valuesMap, XItemConditionProcessor itemConditionProcessor) throws com.alibaba.fastjson.JSONException
Deprecated.will be removed: currently useless!- Throws:
com.alibaba.fastjson.JSONException
-
fillItem
@Deprecated public static XItem fillItem(XItem xItem, Map<String,List<String[]>> valuesMap, XItemConditionProcessor itemConditionProcessor) throws com.alibaba.fastjson.JSONException
Deprecated.will be removed: currently useless!- Throws:
com.alibaba.fastjson.JSONException
-
getRenderedForm
public static String getRenderedForm(IXForm xform, IXFormRenderConfig config, IXFormRenderContext formRenderCtx) throws com.alibaba.fastjson.JSONException
- Throws:
com.alibaba.fastjson.JSONException
-
getRenderedForm
@Deprecated public static String getRenderedForm(IXForm xform, IXFormRenderConfig config, Map<String,List<String[]>> values, IXFormRenderContext formRenderCtx) throws com.alibaba.fastjson.JSONException
- Throws:
com.alibaba.fastjson.JSONException
-
getRenderedForm
public static String getRenderedForm(IXForm xform, IXFormRenderConfig config, Map<String,List<String[]>> values, Map<String,IFormContainerMetaData> dynContainerMap, IXFormRenderContext formRenderCtx) throws com.alibaba.fastjson.JSONException
- Throws:
com.alibaba.fastjson.JSONException
-
readResource
public static String readResource(String filePath) throws IOException
- Throws:
IOException
-
-