public static interface SessionStorageUtil.ISessionStorage
| Modifier and Type | Method and Description |
|---|---|
default ICheckCallback<SessionStorageUtil.ControlValuePair> |
getCustomLoadCallback()
Callback that does custom loading of stored values into custom logic controls.
|
default List<String> |
getIgnoredControlKeys()
Defines keys of controls that should be excluded from session store actions.
|
default NodeContainer |
getNodeToStore()
Container that contains data that is stored into session.
|
default String |
getStorageId()
Unique storage data id.
|
@Nonnull default String getStorageId()
@Nonnull default NodeContainer getNodeToStore()
@Nonnull default List<String> getIgnoredControlKeys()
@Nullable default ICheckCallback<SessionStorageUtil.ControlValuePair> getCustomLoadCallback()
Copyright © 2017 etc.to. All rights reserved.