@Deprecated public interface HttpSessionContext
HttpSession
,
HttpSessionBindingEvent
,
HttpSessionBindingListener
修飾子とタイプ | メソッドと説明 |
---|---|
Enumeration<String> |
getIds()
非推奨です。
セキュリティの理由によりJava(tm) Servlet API 2.1以降非推奨です。
このメソッドは空の
Enumeration を返さなければいけません。また、のちのバージョンでこのAPIは削除されます。 |
HttpSession |
getSession(String sessionId)
非推奨です。
セキュリティの理由によりJava(tm) Servlet API 2.1以降非推奨です。
このメソッドはnullを返さなければいけません。また、のちのバージョンでこのAPIは削除されます。
|
@Deprecated HttpSession getSession(String sessionId)
sessionId
- 返してほしいセッションのID@Deprecated Enumeration<String> getIds()
Enumeration
を返さなければいけません。また、のちのバージョンでこのAPIは削除されます。Copyright © 1999-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms. Portions Copyright © 1999-2002 The Apache Software Foundation. Portions Copyright © 2017- @megascus. Translated by @megascus.