Package | Description |
---|---|
de.xima.fc.form.helper | |
de.xima.fc.interfaces.plugin.retval.form | |
de.xima.fc.plugin.models.retval.form | |
de.xima.fc.session |
Modifier and Type | Method and Description |
---|---|
static void |
FormPluginHelper.executePreRenderer(IFormRequestContext requestCtx,
Map<String,SerializableJSONObject> metaMap,
Map<String,List<String[]>> dataMap)
Deprecated.
invoked while
FormRenderContextBuilder.build(IFormRequestContext) |
Modifier and Type | Method and Description |
---|---|
SerializableJSONObject |
IPluginFormPreRenderRetVal.getMetaDataJSON()
The global JavaScript object
XFC_METADATA.pluginResults["pluginName"] contains the data of all form pre
render plugins as returned by this method. |
Modifier and Type | Method and Description |
---|---|
SerializableJSONObject |
PluginFormPreRenderRetVal.getMetaDataJSON() |
Constructor and Description |
---|
PluginFormPreRenderRetVal(SerializableJSONObject metaDataJSON,
boolean continueProcessing) |
PluginFormPreRenderRetVal(SerializableJSONObject metaDataJSON,
Map<String,List<String[]>> formValuesMap,
boolean continueProcessing) |
Modifier and Type | Method and Description |
---|---|
SerializableJSONObject |
FD2Session.getUserLdapData() |
Modifier and Type | Method and Description |
---|---|
void |
FD2Session.setUserLdapData(SerializableJSONObject userLdapData) |
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.