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

作成者:
shot, higa

入れ子クラスの概要
 
クラス org.seasar.framework.container.external.AbstractExternalContextMap から継承した入れ子クラス
AbstractExternalContextMap.ImmutableEntry
 
クラス java.util.Map から継承した入れ子クラス
Map.Entry
 
コンストラクタの概要
CookieMap(HttpServletRequest request)
           
 
メソッドの概要
 boolean containsKey(Object key)
           
 boolean containsValue(Object value)
           
protected  Object getAttribute(String key)
           
protected  Iterator getAttributeNames()
           
 boolean isEmpty()
           
 int size()
           
 
クラス org.seasar.framework.container.external.AbstractUnmodifiableExternalContextMap から継承したメソッド
clear, entrySet, keySet, put, putAll, remove, removeAttribute, setAttribute, values
 
クラス org.seasar.framework.container.external.AbstractExternalContextMap から継承したメソッド
get
 
クラス java.util.AbstractMap から継承したメソッド
clone, equals, hashCode, toString
 
クラス java.lang.Object から継承したメソッド
finalize, getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

CookieMap

public CookieMap(HttpServletRequest 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 内の getAttribute

getAttributeNames

protected Iterator getAttributeNames()
定義:
クラス AbstractExternalContextMap 内の getAttributeNames


Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.