public interface Session
| Modifier and Type | Method and Description |
|---|---|
Object |
get(Object key)
Get a variable from the session by the key.
|
void |
put(Object key,
Object value)
Put a variable into the session with a key.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.