IFormRenderContext
and IFormRenderContext
-methods@Deprecated public class FD2Helper extends Object
Constructor and Description |
---|
FD2Helper()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static IXForm |
getDefaultXForm(IFormRenderContext renderCtx)
Deprecated.
|
static IXForm |
getDefaultXForm(XFormRenderConfig xFormConfig,
IFormRenderContext renderCtx)
Deprecated.
|
static IXFormRenderConfig |
getDefaultXFormConfig(IFormRenderContext renderCtx)
Deprecated.
|
static com.alibaba.fastjson.JSONObject |
getFD2FormAsJSON(IFormRenderContext renderCtx)
Deprecated.
|
static com.alibaba.fastjson.JSONObject |
getFD2FormAsJSON(Projekt pro,
FormVersion fv)
Deprecated.
|
static String |
getFormAsString(IFormRenderContext renderCtx)
Deprecated.
|
static LinkedHashMap<String,String> |
getMandantRessources(javax.servlet.http.HttpServletResponse resp,
Mandant mandant,
boolean inline,
String fileEnding)
Deprecated.
will be removed!
|
static LinkedHashMap<String,String> |
getMandantRessources(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 LinkedHashMap<String,String> |
getProjektRessources(IExtendedFormRenderContext renderCtx,
String fileEnding)
Deprecated.
will be removed!
|
static void |
renderFD2Form(IFormRenderContext renderCtx,
IExtendedFormRequestContext requestCtx)
Deprecated.
|
static void |
renderFD2Form(IXForm xForm,
javax.servlet.http.HttpServletResponse response)
Deprecated.
use
FormHelper#renderToRequestResponse(IXForm, HttpServletResponse) |
static void |
renderFD2Form(IXForm xForm,
IExtendedFormRequestContext requestCtx)
Deprecated.
use
FormHelper#renderToRequestResponse(IXForm, HttpServletResponse) |
static com.alibaba.fastjson.JSONObject |
resolveLanguage(String lang,
String tbText)
Deprecated.
will be removed!
|
static boolean |
validateFD2Form(IFormRenderContext renderCtx,
IExtendedFormRequestContext requestCtx)
Deprecated.
use
FormHelper#validateFD2Form(IXForm, IExtendedFormRequestContext) |
static boolean |
validateFD2Form(IXForm xForm,
IExtendedFormRequestContext requestCtx)
Deprecated.
use
FormHelper#validateFD2Form(IXForm, IExtendedFormRequestContext) |
@Deprecated public static IXForm getDefaultXForm(IFormRenderContext renderCtx) throws IOException
IFormRenderContext.buildXForm()
IOException
@Deprecated public static IXFormRenderConfig getDefaultXFormConfig(IFormRenderContext renderCtx) throws IOException
IFormRenderContext.buildXFormConfig()
IOException
@Deprecated public static IXForm getDefaultXForm(XFormRenderConfig xFormConfig, IFormRenderContext renderCtx) throws IOException
IFormRenderContext.buildXForm()
IOException
@Deprecated public static com.alibaba.fastjson.JSONObject resolveLanguage(String lang, String tbText) throws com.alibaba.fastjson.JSONException
com.alibaba.fastjson.JSONException
@Deprecated public static com.alibaba.fastjson.JSONObject getFD2FormAsJSON(IFormRenderContext renderCtx) throws IOException, com.alibaba.fastjson.JSONException
IOException
com.alibaba.fastjson.JSONException
@Deprecated public static com.alibaba.fastjson.JSONObject getFD2FormAsJSON(Projekt pro, FormVersion fv) throws IOException, com.alibaba.fastjson.JSONException
IFormRenderContext
IOException
com.alibaba.fastjson.JSONException
@Deprecated public static String getFormAsString(IFormRenderContext renderCtx) throws IOException, com.alibaba.fastjson.JSONException
IFormRenderContext.render()
IOException
com.alibaba.fastjson.JSONException
@Deprecated public static void renderFD2Form(IFormRenderContext renderCtx, IExtendedFormRequestContext requestCtx) throws IOException, com.alibaba.fastjson.JSONException
IFormRenderContext.render(IExtendedFormRequestContext)
IOException
com.alibaba.fastjson.JSONException
@Deprecated public static void renderFD2Form(IXForm xForm, javax.servlet.http.HttpServletResponse response) throws com.alibaba.fastjson.JSONException
FormHelper#renderToRequestResponse(IXForm, HttpServletResponse)
com.alibaba.fastjson.JSONException
@Deprecated public static void renderFD2Form(IXForm xForm, IExtendedFormRequestContext requestCtx)
FormHelper#renderToRequestResponse(IXForm, HttpServletResponse)
@Deprecated public static boolean validateFD2Form(IFormRenderContext renderCtx, IExtendedFormRequestContext requestCtx)
FormHelper#validateFD2Form(IXForm, IExtendedFormRequestContext)
@Deprecated public static boolean validateFD2Form(IXForm xForm, IExtendedFormRequestContext requestCtx)
FormHelper#validateFD2Form(IXForm, IExtendedFormRequestContext)
@Deprecated public static LinkedHashMap<String,String> getProjektRessources(IExtendedFormRenderContext renderCtx, String fileEnding) throws IOException
IOException
@Deprecated public static LinkedHashMap<String,String> getProjektRessources(javax.servlet.http.HttpServletResponse resp, Projekt projekt, boolean inline, String fileEnding) throws IOException
IOException
@Deprecated public static LinkedHashMap<String,String> getMandantRessources(IExtendedFormRenderContext renderCtx, String fileEnding) throws IOException
IOException
@Deprecated public static LinkedHashMap<String,String> getMandantRessources(javax.servlet.http.HttpServletResponse resp, Mandant mandant, boolean inline, String fileEnding) throws IOException
IOException
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.