@Unstable
public interface ExtensionSession
Any entry value implementing Closeable
will be called when the session is destroyed.
Modifier and Type | Method and Description |
---|---|
<T> T |
get(String key) |
void |
set(String key,
Object value) |
void set(String key, Object value)
key
- the key associated to the session entryvalue
- the value<T> T get(String key)
T
- the type of value associated with the passed keykey
- the key associated to the session entryCopyright © 2004–2021 XWiki. All rights reserved.