当前位置: 技术问答>java相关
如何读到以下内容?
来源: 互联网 发布时间:2015-03-24
本文导语: 所有当前的活动的session以及其中的内容 | javax.servlet.http Interface HttpSessionContext -------------------------------------------------------------------------------- Deprecated. As of Java(tm) Servlet API 2.1 for security...
所有当前的活动的session以及其中的内容
|
javax.servlet.http
Interface HttpSessionContext
--------------------------------------------------------------------------------
Deprecated. As of Java(tm) Servlet API 2.1 for security reasons, with no replacement. This interface will be removed in a future version of this API.
public abstract interface HttpSessionContext
See Also:
HttpSession, HttpSessionBindingEvent, HttpSessionBindingListener
--------------------------------------------------------------------------------
Method Summary
java.util.Enumeration getIds()
Deprecated. As of Java Servlet API 2.1 with no replacement. This method must return an empty Enumeration and will be removed in a future version of this API.
HttpSession getSession(java.lang.String sessionId)
Deprecated. As of Java Servlet API 2.1 with no replacement. This method must return null and will be removed in a future version of this API.
Method Detail
getSession
public HttpSession getSession(java.lang.String sessionId)
Deprecated. As of Java Servlet API 2.1 with no replacement. This method must return null and will be removed in a future version of this API.
--------------------------------------------------------------------------------
getIds
public java.util.Enumeration getIds()
Deprecated. As of Java Servlet API 2.1 with no replacement. This method must return an empty Enumeration and will be removed in a future version of this API.
Interface HttpSessionContext
--------------------------------------------------------------------------------
Deprecated. As of Java(tm) Servlet API 2.1 for security reasons, with no replacement. This interface will be removed in a future version of this API.
public abstract interface HttpSessionContext
See Also:
HttpSession, HttpSessionBindingEvent, HttpSessionBindingListener
--------------------------------------------------------------------------------
Method Summary
java.util.Enumeration getIds()
Deprecated. As of Java Servlet API 2.1 with no replacement. This method must return an empty Enumeration and will be removed in a future version of this API.
HttpSession getSession(java.lang.String sessionId)
Deprecated. As of Java Servlet API 2.1 with no replacement. This method must return null and will be removed in a future version of this API.
Method Detail
getSession
public HttpSession getSession(java.lang.String sessionId)
Deprecated. As of Java Servlet API 2.1 with no replacement. This method must return null and will be removed in a future version of this API.
--------------------------------------------------------------------------------
getIds
public java.util.Enumeration getIds()
Deprecated. As of Java Servlet API 2.1 with no replacement. This method must return an empty Enumeration and will be removed in a future version of this API.
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。