org.seasar.framework.container.external.servlet
クラス CookieMap
java.lang.Object
java.util.AbstractMap
org.seasar.framework.container.external.AbstractExternalContextMap
org.seasar.framework.container.external.AbstractUnmodifiableExternalContextMap
org.seasar.framework.container.external.servlet.CookieMap
- すべての実装インタフェース:
- Map
- public class CookieMap
- extends AbstractUnmodifiableExternalContextMap
CookieにMapとしてアクセスすためのクラスです。
- 作成者:
- shot, higa
CookieMap
public CookieMap(HttpServletRequest request)
CookieMap
を作成します。
- パラメータ:
request
-
containsKey
public boolean containsKey(Object key)
- 定義:
- インタフェース
Map
内の containsKey
- オーバーライド:
- クラス
AbstractExternalContextMap
内の containsKey
containsValue
public boolean containsValue(Object value)
- 定義:
- インタフェース
Map
内の containsValue
- オーバーライド:
- クラス
AbstractExternalContextMap
内の containsValue
isEmpty
public boolean isEmpty()
- 定義:
- インタフェース
Map
内の isEmpty
- オーバーライド:
- クラス
AbstractExternalContextMap
内の isEmpty
size
public int size()
getAttribute
protected Object getAttribute(String key)
- クラス
AbstractExternalContextMap
の記述:
- 属性の値を返します。
- 定義:
- クラス
AbstractExternalContextMap
内の getAttribute
- パラメータ:
key
-
- 戻り値:
- 属性の値
getAttributeNames
protected Iterator getAttributeNames()
- クラス
AbstractExternalContextMap
の記述:
- 属性名の
Iterator
を返します。
- 定義:
- クラス
AbstractExternalContextMap
内の getAttributeNames
- 戻り値:
Copyright © 2004-2012 The Seasar Foundation. All Rights Reserved.