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

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

public class ServletRequestMap
extends AbstractExternalContextMap

作成者:
shot, higa

入れ子クラスの概要
 
クラス org.seasar.framework.container.external.AbstractExternalContextMap から継承した入れ子クラス
AbstractExternalContextMap.ImmutableEntry
 
クラス java.util.Map から継承した入れ子クラス
Map.Entry
 
コンストラクタの概要
ServletRequestMap(ServletRequest request)
           
 
メソッドの概要
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
 

コンストラクタの詳細

ServletRequestMap

public ServletRequestMap(ServletRequest 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.