public interface IProcessingResult
| Modifier and Type | Method and Description |
|---|---|
default String |
getErrorCode() |
default String |
getErrorMessage() |
String |
getPlaceholderValue(int index,
String key)
|
default Map<String,Serializable> |
getSessionAttributeMap()
A map of key-value pairs with session attributes that are written to the
HttpSession. |
boolean |
getSuccessValue() |
int |
getValuesCount() |
String getPlaceholderValue(int index, String key)
List of Maps. This return the value at a given index and
key.index - Index at which to retrieve the processing result value.key - Key at which to retrieve the processing result value.int getValuesCount()
boolean getSuccessValue()
default String getErrorCode()
default String getErrorMessage()
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.