public interface Session
Modifier and Type | Method and Description |
---|---|
Object |
getAttribute(String key)
Get attribute value.
|
Object |
removeAttribute(String key)
Remove attribute value.
|
void |
setAttribute(String key,
Object value)
Set attribute value, replacing existing value if it already exists.
|