public interface IPluginFormPreRespondRetVal 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 . |
Map<String,Serializable> |
getSessionAttributes()
Deprecated.
|
boolean getContinueProcessing()
true
to send the response as usual, false
to prevent the response from being sent to the
browser and display a generic error page.Map<String,Serializable> getSessionAttributes()
getSessionAttributeMap()
HttpSession
. When the session
already contains a value for a parameter, it is overwritten.Map
with session attributes to set on the HttpSession
.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 © 2021 XIMA MEDIA GmbH. All rights reserved.