public interface SessionHandler
Modifier and Type | Method and Description |
---|---|
Object |
getAttribute(String name)
Returns the object bound with the specified name in this session, or null
if no object is bound under the name.
|
void |
setAttribute(String name,
Object value)
Binds an object to this session, using the name specified.
|
void setAttribute(String name, Object value)
name
- the name to which the object has to be boundvalue
- the object to be boundedCopyright © 2019. All rights reserved.