org.seasar.framework.container.external.servlet
クラス ServletApplicationMap

java.lang.Object
  拡張java.util.AbstractMap
      拡張org.seasar.framework.container.external.AbstractExternalContextMap
          拡張org.seasar.framework.container.external.servlet.ServletApplicationMap
すべての実装インタフェース:
Map

public class ServletApplicationMap
extends AbstractExternalContextMap

作成者:
shot, higa

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

コンストラクタの詳細

ServletApplicationMap

public ServletApplicationMap(ServletContext context)
メソッドの詳細

getAttribute

protected Object getAttribute(String key)
定義:
クラス AbstractExternalContextMap 内の getAttribute

getAttributeNames

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

removeAttribute

protected void removeAttribute(String key)
定義:
クラス AbstractExternalContextMap 内の removeAttribute

setAttribute

protected void setAttribute(String key,
                            Object value)
定義:
クラス AbstractExternalContextMap 内の setAttribute


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