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 XItemfillItem(XItem xItem, Map<String,List<String[]>> valuesMap, XItemConditionProcessor itemConditionProcessor)Deprecated.will be removed: currently useless!static StringgetI18NValue(IXFormRenderConfig xFormConfig, String key)static XItemgetItem(XItem xItem, Map<String,List<String[]>> valuesMap, XItemConditionProcessor itemConditionProcessor)Deprecated.will be removed: currently useless!static StringgetRenderedForm(IXForm xform, IXFormRenderConfig config, IXFormRenderContext formRenderCtx)static StringgetRenderedForm(IXForm xform, IXFormRenderConfig config, Map<String,List<String[]>> values, IXFormRenderContext formRenderCtx)static StringgetRenderedForm(IXForm xform, IXFormRenderConfig config, Map<String,List<String[]>> values, Map<String,FormContainerMetaData> dynContainerMap, IXFormRenderContext formRenderCtx)static StringreadResource(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,FormContainerMetaData> dynContainerMap, IXFormRenderContext formRenderCtx) throws com.alibaba.fastjson.JSONException
- Throws:
 com.alibaba.fastjson.JSONException
 
- 
readResource
public static String readResource(String filePath) throws IOException
- Throws:
 IOException
 
 - 
 
 -