javax.servlet.http.HttpSessionContext翻译

<!-- ========= START OF TOP NAVBAR ======= --> <!-- -->
JavaTM 2 Platform
Ent. Ed. v1.4
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->

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. 从Java Servlet API 2.1以来,因为安全原因没有替代方法。该接口在未来版本的API中将被删除。
public interface HttpSessionContext

Version:
$Version$
Author:
Various
See Also:
HttpSession, HttpSessionBindingEvent, HttpSessionBindingListener

<!-- ======== NESTED CLASS SUMMARY ======== --><!-- =========== FIELD SUMMARY =========== --><!-- ======== CONSTRUCTOR SUMMARY ======== --><!-- ========== METHOD SUMMARY =========== --><!-- -->

Method Summary
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. 从Java Servlet API 2.1以来,因为安全原因没有替代方法。该 方法必须返回一个空的Enumeration,在未来版本的API中将被删除。
HttpSession getSession(StringsessionId)
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. 从Java Servlet API 2.1以来,因为安全原因没有替代方法。该 方法必须返回null,在未来版本的API中将被删除。

<!-- ============ FIELD DETAIL =========== --><!-- ========= CONSTRUCTOR DETAIL ======== --><!-- ============ METHOD DETAIL ========== --><!-- -->

Method Detail
<!-- -->

getSession

public HttpSession getSession(StringsessionId)
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. 从Java Servlet API 2.1以来,因为安全原因没有替代方法。该 方法必须返回null,在未来版本的API中将被删除。

<!-- -->

getIds

public 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. 从Java Servlet API 2.1以来,因为安全原因没有替代方法。该 方法必须返回一个空的Enumeration,在未来版本的API中将被删除。
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== --> <!-- -->
JavaTM 2 Platform
Ent. Ed. v1.4
<!-- ======== END OF BOTTOM NAVBAR ======= -->
Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.

你可能感兴趣的:(java,html,servlet,Security,sun)