public abstract class AProcessingResult extends Object implements IProcessingResult
Constructor and Description |
---|
AProcessingResult(boolean successfull) |
Modifier and Type | Method and Description |
---|---|
Map<String,Serializable> |
getSessionAttributeMap()
A map of key-value pairs with session attributes that are written to the
HttpSession . |
boolean |
getSuccessValue() |
void |
setSessionAttributeMap(Map<String,Serializable> sessionAttributes) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getErrorCode, getErrorMessage, getPlaceholderValue, getValuesCount
public boolean getSuccessValue()
getSuccessValue
in interface IProcessingResult
public Map<String,Serializable> getSessionAttributeMap()
IProcessingResult
HttpSession
. When the session
already contains a value for a parameter, it is overwritten.getSessionAttributeMap
in interface IProcessingResult
Map
with session attributes to set on the HttpSession
.public void setSessionAttributeMap(Map<String,Serializable> sessionAttributes)
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.