org.seasar.framework.container.external.portlet
クラス PortletRequestMap

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

public class PortletRequestMap
extends AbstractExternalContextMap

作成者:
Shinsuke Sugaya

入れ子クラスの概要
 
クラス org.seasar.framework.container.external.AbstractExternalContextMap から継承した入れ子クラス
AbstractExternalContextMap.ImmutableEntry
 
クラス java.util.Map から継承した入れ子クラス
Map.Entry
 
コンストラクタの概要
PortletRequestMap(javax.portlet.PortletRequest 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
 

コンストラクタの詳細

PortletRequestMap

public PortletRequestMap(javax.portlet.PortletRequest 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.