public class PluginFormPreRenderRetVal extends Object implements IPluginFormPreRenderRetVal
| Constructor and Description |
|---|
PluginFormPreRenderRetVal(Map<String,List<String[]>> formValuesMap,
boolean continueProcessing) |
PluginFormPreRenderRetVal(SerializableJSONObject metaDataJSON,
boolean continueProcessing) |
PluginFormPreRenderRetVal(SerializableJSONObject metaDataJSON,
Map<String,List<String[]>> formValuesMap,
boolean continueProcessing) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getContinueProcessing()
Getter if the processing should be continued after this plugin.
|
Map<String,List<String[]>> |
getFormValues()
Getter for the values map used to pre-fill fields when rendering the form.
|
SerializableJSONObject |
getMetaDataJSON()
Getter for the serializable JSON object which should be written to the form variable XFC_METADATA, under the plugin
name.
|
Map<String,Serializable> |
getSessionAttributes()
Getter for a map to set session attributes.
|
void |
setSessionAttributes(Map<String,Serializable> sessionAttributes) |
public PluginFormPreRenderRetVal(SerializableJSONObject metaDataJSON, Map<String,List<String[]>> formValuesMap, boolean continueProcessing)
public PluginFormPreRenderRetVal(Map<String,List<String[]>> formValuesMap, boolean continueProcessing)
public PluginFormPreRenderRetVal(SerializableJSONObject metaDataJSON, boolean continueProcessing)
public SerializableJSONObject getMetaDataJSON()
IPluginFormPreRenderRetValgetMetaDataJSON in interface IPluginFormPreRenderRetValSerializableJSONObject for the XFC_METADATA variablepublic boolean getContinueProcessing()
IPluginFormPreRenderRetValgetContinueProcessing in interface IPluginFormPreRenderRetValBoolean whether the processing should be continuedpublic Map<String,List<String[]>> getFormValues()
IPluginFormPreRenderRetValgetFormValues in interface IPluginFormPreRenderRetValMap with the form field valuespublic Map<String,Serializable> getSessionAttributes()
IPluginFormPreRenderRetValHttpSession and possibly overwrite
existing values!getSessionAttributes in interface IPluginFormPreRenderRetValMap with session attributes to setpublic void setSessionAttributes(Map<String,Serializable> sessionAttributes)
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.