public class HttpSessionImpl extends Object implements javax.servlet.http.HttpSession
| 构造器和说明 |
|---|
HttpSessionImpl(javax.servlet.http.HttpServletRequest request,
org.noear.solon.core.handle.SessionState sessionState) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getAttribute(String s) |
Enumeration<String> |
getAttributeNames() |
long |
getCreationTime() |
String |
getId() |
long |
getLastAccessedTime() |
int |
getMaxInactiveInterval() |
javax.servlet.ServletContext |
getServletContext() |
javax.servlet.http.HttpSessionContext |
getSessionContext() |
Object |
getValue(String s) |
String[] |
getValueNames() |
void |
invalidate() |
boolean |
isNew() |
void |
putValue(String s,
Object o) |
void |
removeAttribute(String s) |
void |
removeValue(String s) |
void |
setAttribute(String s,
Object o) |
void |
setMaxInactiveInterval(int i) |
public HttpSessionImpl(javax.servlet.http.HttpServletRequest request,
org.noear.solon.core.handle.SessionState sessionState)
public long getCreationTime()
getCreationTime 在接口中 javax.servlet.http.HttpSessionpublic String getId()
getId 在接口中 javax.servlet.http.HttpSessionpublic long getLastAccessedTime()
getLastAccessedTime 在接口中 javax.servlet.http.HttpSessionpublic javax.servlet.ServletContext getServletContext()
getServletContext 在接口中 javax.servlet.http.HttpSessionpublic void setMaxInactiveInterval(int i)
setMaxInactiveInterval 在接口中 javax.servlet.http.HttpSessionpublic int getMaxInactiveInterval()
getMaxInactiveInterval 在接口中 javax.servlet.http.HttpSessionpublic javax.servlet.http.HttpSessionContext getSessionContext()
getSessionContext 在接口中 javax.servlet.http.HttpSessionpublic Object getAttribute(String s)
getAttribute 在接口中 javax.servlet.http.HttpSessionpublic Enumeration<String> getAttributeNames()
getAttributeNames 在接口中 javax.servlet.http.HttpSessionpublic String[] getValueNames()
getValueNames 在接口中 javax.servlet.http.HttpSessionpublic void setAttribute(String s, Object o)
setAttribute 在接口中 javax.servlet.http.HttpSessionpublic void removeAttribute(String s)
removeAttribute 在接口中 javax.servlet.http.HttpSessionpublic void removeValue(String s)
removeValue 在接口中 javax.servlet.http.HttpSessionpublic void invalidate()
invalidate 在接口中 javax.servlet.http.HttpSessionpublic boolean isNew()
isNew 在接口中 javax.servlet.http.HttpSessionCopyright © 2022. All rights reserved.