public class HttpSessionImpl extends BaseSessionImpl
| Constructor and Description |
|---|
HttpSessionImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String name) |
Enumeration<String> |
getAttributeNames() |
void |
setAttribute(String name,
Object value) |
getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, getSessionContext, getValue, getValueNames, invalidate, isNew, putValue, removeAttribute, removeValue, setMaxInactiveIntervalpublic Object getAttribute(String name)
getAttribute in interface javax.servlet.http.HttpSessiongetAttribute in class BaseSessionImplpublic Enumeration<String> getAttributeNames()
getAttributeNames in interface javax.servlet.http.HttpSessiongetAttributeNames in class BaseSessionImplpublic void setAttribute(String name, Object value)
setAttribute in interface javax.servlet.http.HttpSessionsetAttribute in class BaseSessionImplCopyright © 2021 resurface.io. All rights reserved.