public interface IPluginFormPrePersistRetVal extends IPluginReturnValue, Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
getContinueProcessing() |
default Map<String,Serializable> |
getSessionAttributeMap()
A map of key-value pairs with session attributes that are written to the
HttpSession. |
boolean getContinueProcessing()
true to continue as usual, false to prevent the form submission and discard the submitted
form data.default Map<String,Serializable> getSessionAttributeMap()
HttpSession. When the session
already contains a value for a parameter, it is overwritten.Map with session attributes to set on the HttpSession.Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.