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, waitgetErrorCode, getErrorMessage, getPlaceholderValue, getValuesCountpublic boolean getSuccessValue()
getSuccessValue in interface IProcessingResultpublic Map<String,Serializable> getSessionAttributeMap()
IProcessingResultHttpSession. When the session
already contains a value for a parameter, it is overwritten.getSessionAttributeMap in interface IProcessingResultMap with session attributes to set on the HttpSession.public void setSessionAttributeMap(Map<String,Serializable> sessionAttributes)
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.