org.seasar.framework.container.external.servlet
クラス HttpSessionMap
java.lang.Object
java.util.AbstractMap
org.seasar.framework.container.external.AbstractExternalContextMap
org.seasar.framework.container.external.servlet.HttpSessionMap
- すべての実装インタフェース:
- Map
- public class HttpSessionMap
- extends AbstractExternalContextMap
- 作成者:
- shot, higa
クラス org.seasar.framework.container.external.AbstractExternalContextMap から継承したメソッド |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, values |
HttpSessionMap
public HttpSessionMap(HttpServletRequest request)
getAttribute
protected Object getAttribute(String key)
- 定義:
- クラス
AbstractExternalContextMap
内の getAttribute
setAttribute
protected void setAttribute(String key,
Object value)
- 定義:
- クラス
AbstractExternalContextMap
内の setAttribute
getAttributeNames
protected Iterator getAttributeNames()
- 定義:
- クラス
AbstractExternalContextMap
内の getAttributeNames
removeAttribute
protected void removeAttribute(String key)
- 定義:
- クラス
AbstractExternalContextMap
内の removeAttribute
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.