public interface IFormRenderContext extends Serializable
UserContext getUserContext()
void setUserContext(UserContext userContext)
void addPluginMeta(String key, com.alibaba.fastjson.JSONObject value)
List<com.hp.gagawa.java.Node> getCustomNodes()
void addCustomNode(com.hp.gagawa.java.Node node)
void setCustomNodes(List<com.hp.gagawa.java.Node> customNodes)
List<Attachment> getFormUploadList()
void setFormUploadList(List<Attachment> formUploadList)
FRQSession getFRQSession()
void setFRQSession(FRQSession frqSession)
XfcSession getSession()
void setSession(XfcSession session)
Projekt getProjekt()
void setProjekt(Projekt projekt)
FormVersion getFormVersion()
void setFormVersion(FormVersion formVersion)
Benutzer getBenutzer()
void setBenutzer(Benutzer benutzer)
List<BenutzerGruppe> getBenutzerGruppen()
void setBenutzerGruppen(List<BenutzerGruppe> benutzerGruppen)
Vorgang getVorgang()
void setVorgang(Vorgang vorgang)
Status getStatus()
void setStatus(Status status)
Mandant getMandant()
void setMandant(Mandant mandant)
Map<String,Serializable> getSessionAttributeMap()
void setSessionAttributeMap(Map<String,Serializable> sessionAttributes)
Locale getLocale()
void setLocale(Locale locale)
String getRequestContext()
void setRequestContext(String requestContext)
String getSessionID()
void setSessionID(String sessionID)
EFormRequestType getRequestType()
void setRequestType(EFormRequestType requestType)
String getSubmitURL()
void setSubmitURL(String submitUrl)
boolean isExternal()
void setExternal(boolean isExternal)
IXFormRenderConfig getXFormConfig()
void setXFormConfig(IXFormRenderConfig xFormConfig)
ParameterWrapper getParameterWrapper()
void setParameterWrapper(ParameterWrapper parameterWrapper)
void setI18nJSON(com.alibaba.fastjson.JSONObject i18nJson)
com.alibaba.fastjson.JSONObject getI18nJSON()
Textbaustein getThemeTextbaustein()
void setThemeTextbaustein(Textbaustein themeTextbaustein)
IFormRequestContext getFormRequestContext()
void setFormRequestContext(IFormRequestContext requestCtx)
List<MandantRessource> getMandantCssResources()
void setMandantCssResources(List<MandantRessource> mandantCssResources)
List<MandantRessource> getMandantJsResources()
void setMandantJsResources(List<MandantRessource> mandantJsResources)
List<ProjektRessource> getProjektCssResources()
void setProjektCssResources(List<ProjektRessource> projektCssResources)
List<ProjektRessource> getProjektJsResources()
void setProjektJsResources(List<ProjektRessource> projektJsResources)
com.alibaba.fastjson.JSONObject buildXFormJSON()
throws IOException,
com.alibaba.fastjson.JSONException
JSONObject from the render-contextJSONObjectIOExceptioncom.alibaba.fastjson.JSONExceptionIXFormRenderConfig buildXFormConfig() throws IOException
XFormRenderConfig from the contextXFormRenderConfigIOExceptionIXForm buildXForm() throws IOException, com.alibaba.fastjson.JSONException
IXForm from the contextIXFormIOExceptioncom.alibaba.fastjson.JSONExceptionString render() throws IOException, com.alibaba.fastjson.JSONException
StringStringIOExceptioncom.alibaba.fastjson.JSONExceptionvoid render(IExtendedFormRequestContext requestCtx) throws IOException, com.alibaba.fastjson.JSONException
HttpServletResponse of the given IExtendedFormRequestContextrequestCtx - IExtendedFormRequestContext which HttpServletResponse should be usedIOExceptioncom.alibaba.fastjson.JSONExceptionvoid render(javax.servlet.http.HttpServletResponse response)
throws IOException,
com.alibaba.fastjson.JSONException
HttpServletResponseresponse - HttpServletResponse which should be usedIOExceptioncom.alibaba.fastjson.JSONException@Deprecated SessionAttributes getSessionAttributes()
getSessionAttributeMap()@Deprecated void setSessionAttributes(SessionAttributes sessionAttributes)
#setSessionAttributeMap()@Deprecated ParameterWrapper getRequestParameters()
getParameterWrapper()@Deprecated void setRequestParameters(ParameterWrapper requestParameters)
setParameterWrapper(ParameterWrapper)@Deprecated Map<String,List<String>> getUrlParamMap()
getUrlParameter()Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.