Package de.xima.fc.web.common.fd2
Class FD2Helper
- java.lang.Object
-
- de.xima.fc.web.common.fd2.FD2Helper
-
@Deprecated public class FD2Helper extends Object
Deprecated.useIFormRenderContext
andIFormRenderContext
-methods
-
-
Constructor Summary
Constructors Constructor Description FD2Helper()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static IXForm
getDefaultXForm(XFormRenderConfig xFormConfig, IFormRenderContext renderCtx)
Deprecated.static IXForm
getDefaultXForm(IFormRenderContext renderCtx)
Deprecated.static IXFormRenderConfig
getDefaultXFormConfig(IFormRenderContext renderCtx)
Deprecated.static com.alibaba.fastjson.JSONObject
getFD2FormAsJSON(Projekt pro, FormVersion fv)
Deprecated.static com.alibaba.fastjson.JSONObject
getFD2FormAsJSON(IFormRenderContext renderCtx)
Deprecated.static String
getFormAsString(IFormRenderContext renderCtx)
Deprecated.static LinkedHashMap<String,String>
getMandantRessources(IExtendedFormRenderContext renderCtx, String fileEnding)
Deprecated.will be removed!static LinkedHashMap<String,String>
getMandantRessources(javax.servlet.http.HttpServletResponse resp, Mandant mandant, boolean inline, String fileEnding)
Deprecated.will be removed!static LinkedHashMap<String,String>
getProjektRessources(IExtendedFormRenderContext renderCtx, String fileEnding)
Deprecated.will be removed!static LinkedHashMap<String,String>
getProjektRessources(javax.servlet.http.HttpServletResponse resp, Projekt projekt, boolean inline, String fileEnding)
Deprecated.will be removed!static void
renderFD2Form(IXForm xForm, IExtendedFormRequestContext requestCtx)
static void
renderFD2Form(IXForm xForm, javax.servlet.http.HttpServletResponse response)
static void
renderFD2Form(IFormRenderContext renderCtx, IExtendedFormRequestContext requestCtx)
Deprecated.static com.alibaba.fastjson.JSONObject
resolveLanguage(String lang, String tbText)
Deprecated.will be removed!static boolean
validateFD2Form(IXForm xForm, IExtendedFormRequestContext requestCtx)
static boolean
validateFD2Form(IFormRenderContext renderCtx, IExtendedFormRequestContext requestCtx)
-
-
-
Method Detail
-
getDefaultXForm
@Deprecated public static IXForm getDefaultXForm(IFormRenderContext renderCtx) throws IOException
Deprecated.- Throws:
IOException
-
getDefaultXFormConfig
@Deprecated public static IXFormRenderConfig getDefaultXFormConfig(IFormRenderContext renderCtx) throws IOException
Deprecated.- Throws:
IOException
-
getDefaultXForm
@Deprecated public static IXForm getDefaultXForm(XFormRenderConfig xFormConfig, IFormRenderContext renderCtx) throws IOException
Deprecated.- Throws:
IOException
-
resolveLanguage
@Deprecated public static com.alibaba.fastjson.JSONObject resolveLanguage(String lang, String tbText) throws com.alibaba.fastjson.JSONException
Deprecated.will be removed!- Throws:
com.alibaba.fastjson.JSONException
-
getFD2FormAsJSON
@Deprecated public static com.alibaba.fastjson.JSONObject getFD2FormAsJSON(IFormRenderContext renderCtx) throws IOException, com.alibaba.fastjson.JSONException
Deprecated.- Throws:
IOException
com.alibaba.fastjson.JSONException
-
getFD2FormAsJSON
@Deprecated public static com.alibaba.fastjson.JSONObject getFD2FormAsJSON(Projekt pro, FormVersion fv) throws IOException, com.alibaba.fastjson.JSONException
Deprecated.- Throws:
IOException
com.alibaba.fastjson.JSONException
-
getFormAsString
@Deprecated public static String getFormAsString(IFormRenderContext renderCtx) throws IOException, com.alibaba.fastjson.JSONException
Deprecated.- Throws:
IOException
com.alibaba.fastjson.JSONException
-
renderFD2Form
@Deprecated public static void renderFD2Form(IFormRenderContext renderCtx, IExtendedFormRequestContext requestCtx) throws IOException, com.alibaba.fastjson.JSONException
Deprecated.- Throws:
IOException
com.alibaba.fastjson.JSONException
-
renderFD2Form
@Deprecated public static void renderFD2Form(IXForm xForm, javax.servlet.http.HttpServletResponse response) throws com.alibaba.fastjson.JSONException
Deprecated.- Throws:
com.alibaba.fastjson.JSONException
-
renderFD2Form
@Deprecated public static void renderFD2Form(IXForm xForm, IExtendedFormRequestContext requestCtx)
-
validateFD2Form
@Deprecated public static boolean validateFD2Form(IFormRenderContext renderCtx, IExtendedFormRequestContext requestCtx)
-
validateFD2Form
@Deprecated public static boolean validateFD2Form(IXForm xForm, IExtendedFormRequestContext requestCtx)
-
getProjektRessources
@Deprecated public static LinkedHashMap<String,String> getProjektRessources(IExtendedFormRenderContext renderCtx, String fileEnding) throws IOException
Deprecated.will be removed!- Throws:
IOException
-
getProjektRessources
@Deprecated public static LinkedHashMap<String,String> getProjektRessources(javax.servlet.http.HttpServletResponse resp, Projekt projekt, boolean inline, String fileEnding) throws IOException
Deprecated.will be removed!- Throws:
IOException
-
getMandantRessources
@Deprecated public static LinkedHashMap<String,String> getMandantRessources(IExtendedFormRenderContext renderCtx, String fileEnding) throws IOException
Deprecated.will be removed!- Throws:
IOException
-
getMandantRessources
@Deprecated public static LinkedHashMap<String,String> getMandantRessources(javax.servlet.http.HttpServletResponse resp, Mandant mandant, boolean inline, String fileEnding) throws IOException
Deprecated.will be removed!- Throws:
IOException
-
-