org.seasar.framework.container.external
クラス AbstractExternalContextMap

java.lang.Object
  拡張java.util.AbstractMap
      拡張org.seasar.framework.container.external.AbstractExternalContextMap
すべての実装インタフェース:
Map
直系の既知のサブクラス:
AbstractUnmodifiableExternalContextMap, HttpSessionMap, PortletApplicationMap, PortletRequestMap, PortletSessionMap, ServletApplicationMap, ServletRequestMap

public abstract class AbstractExternalContextMap
extends AbstractMap

作成者:
shot, higa

入れ子クラスの概要
protected static class AbstractExternalContextMap.ImmutableEntry
           
 
クラス java.util.Map から継承した入れ子クラス
Map.Entry
 
コンストラクタの概要
AbstractExternalContextMap()
           
 
メソッドの概要
 void clear()
           
 boolean containsKey(Object key)
           
 boolean containsValue(Object value)
           
 Set entrySet()
           
 Object get(Object key)
           
protected abstract  Object getAttribute(String key)
           
protected abstract  Iterator getAttributeNames()
           
 boolean isEmpty()
           
 Set keySet()
           
 Object put(Object key, Object value)
           
 void putAll(Map map)
           
 Object remove(Object key)
           
protected abstract  void removeAttribute(String key)
           
protected abstract  void setAttribute(String key, Object value)
           
 Collection values()
           
 
クラス java.util.AbstractMap から継承したメソッド
clone, equals, hashCode, size, toString
 
クラス java.lang.Object から継承したメソッド
finalize, getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

AbstractExternalContextMap

public AbstractExternalContextMap()
メソッドの詳細

clear

public void clear()

containsKey

public boolean containsKey(Object key)

containsValue

public boolean containsValue(Object value)

entrySet

public Set entrySet()

get

public Object get(Object key)

put

public Object put(Object key,
                  Object value)

putAll

public void putAll(Map map)

isEmpty

public boolean isEmpty()

keySet

public Set keySet()

remove

public Object remove(Object key)

values

public Collection values()

getAttribute

protected abstract Object getAttribute(String key)

setAttribute

protected abstract void setAttribute(String key,
                                     Object value)

getAttributeNames

protected abstract Iterator getAttributeNames()

removeAttribute

protected abstract void removeAttribute(String key)


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