public interface IPluginFormPreRenderRetVal extends IPluginReturnValue, Serializable
| 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.
|
SerializableJSONObject getMetaDataJSON()
SerializableJSONObject for the XFC_METADATA variableMap<String,List<String[]>> getFormValues()
Map with the form field valuesboolean getContinueProcessing()
Boolean whether the processing should be continuedMap<String,Serializable> getSessionAttributes()
HttpSession and possibly overwrite
existing values!Map with session attributes to setCopyright © 2019 XIMA MEDIA GmbH. All rights reserved.