public class JaloSessionRuleDataContainer<T extends Serializable> extends AbstractRuleDataContainer<T>
| Modifier and Type | Field and Description |
|---|---|
protected String |
containerMapAttributeKey |
protected static String |
SESSION_ATTRIBUTE_KEY |
protected SessionService |
sessionService |
| Constructor and Description |
|---|
JaloSessionRuleDataContainer() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,StorageElementsContainer<T>> |
getSessionStorageMap() |
protected StorageElementsContainer<T> |
getStorageElementsContainer()
Helper method used to extract data container from the current session.
|
void |
setContainerMapAttributeKey(String containerMapAttributeKey) |
void |
setSessionService(SessionService sessionService) |
protected static final String SESSION_ATTRIBUTE_KEY
protected String containerMapAttributeKey
protected SessionService sessionService
public void setContainerMapAttributeKey(String containerMapAttributeKey)
public void setSessionService(SessionService sessionService)
sessionService - the sessionService to setprotected StorageElementsContainer<T> getStorageElementsContainer()
getStorageElementsContainer in class AbstractRuleDataContainer<T extends Serializable>protected Map<String,StorageElementsContainer<T>> getSessionStorageMap()
Copyright © 2017 SAP SE. All Rights Reserved.