public interface HttpSessionAttribute<T extends Serializable>
Object
within the HttpSession
.Modifier and Type | Method and Description |
---|---|
T |
getSessionObject()
Obtains the
Object from the HttpSession . |
void |
setSessionObject(T sessionObject)
Sets the
Object into the HttpSession . |
void setSessionObject(T sessionObject)
Object
into the HttpSession
.sessionObject
- HttpSession
Object
.T getSessionObject()
Object
from the HttpSession
.Object
from the HttpSession
. May be
null
if not within the HttpSession
.Copyright © 2005–2016. All rights reserved.