public class PluginGenericFormProcessingRetVal extends Object implements IPluginFormPrePersistRetVal, IPluginFormPreProcessRetVal, IPluginFormPreRespondRetVal
Constructor and Description |
---|
PluginGenericFormProcessingRetVal(boolean continueProcessing) |
Modifier and Type | Method and Description |
---|---|
boolean |
getContinueProcessing() |
Map<String,Serializable> |
getSessionAttributeMap()
A map of key-value pairs with session attributes that are written to the
HttpSession . |
Map<String,Serializable> |
getSessionAttributes()
Deprecated.
|
void |
setSessionAttributes(Map<String,Serializable> sessionAttributes) |
public PluginGenericFormProcessingRetVal(boolean continueProcessing)
public boolean getContinueProcessing()
getContinueProcessing
in interface IPluginFormPrePersistRetVal
getContinueProcessing
in interface IPluginFormPreProcessRetVal
getContinueProcessing
in interface IPluginFormPreRespondRetVal
true
to continue as usual, false
to prevent the form submission and discard the submitted
form data.@Deprecated public Map<String,Serializable> getSessionAttributes()
getSessionAttributeMap()
IPluginFormPreRespondRetVal
HttpSession
. When the session
already contains a value for a parameter, it is overwritten.getSessionAttributes
in interface IPluginFormPreRespondRetVal
Map
with session attributes to set on the HttpSession
.public Map<String,Serializable> getSessionAttributeMap()
IPluginFormPrePersistRetVal
HttpSession
. When the session
already contains a value for a parameter, it is overwritten.getSessionAttributeMap
in interface IPluginFormPrePersistRetVal
getSessionAttributeMap
in interface IPluginFormPreProcessRetVal
getSessionAttributeMap
in interface IPluginFormPreRespondRetVal
Map
with session attributes to set on the HttpSession
.public void setSessionAttributes(Map<String,Serializable> sessionAttributes)
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.