Package de.xima.fc.form.renderer
Class XFormRenderer
java.lang.Object
de.xima.fc.form.renderer.XFormRenderer
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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, FormContainerMetaData> dynContainerMap, IXFormRenderContext formRenderCtx) static String
readResource
(String filePath)
-
Method Details
-
getI18NValue
-
getItem
@Deprecated public static XItem getItem(XItem xItem, Map<String, List<String[]>> valuesMap, XItemConditionProcessor itemConditionProcessor) throws com.alibaba.fastjson.JSONExceptionDeprecated.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.JSONExceptionDeprecated.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, throws com.alibaba.fastjson.JSONExceptionFormContainerMetaData> dynContainerMap, IXFormRenderContext formRenderCtx) - Throws:
com.alibaba.fastjson.JSONException
-
readResource
- Throws:
IOException
-