org.seasar.cubby.controller.impl
クラス DefaultRequestParserImpl

java.lang.Object
  上位を拡張 org.seasar.cubby.controller.impl.DefaultRequestParserImpl
すべての実装されたインタフェース:
RequestParser

public class DefaultRequestParserImpl
extends Object
implements RequestParser

リクエスト解析器のデフォルト実装です。

導入されたバージョン:
1.0.0
作成者:
baba

コンストラクタの概要
DefaultRequestParserImpl()
           
 
メソッドの概要
 Map<String,Object[]> getParameterMap(HttpServletRequest request)
          指定されたリクエストのリクエストパラメータ等から、アクションにバインドするパラメータを取得します。 ServletRequest.getParameterMap() の結果をそのまま返します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

DefaultRequestParserImpl

public DefaultRequestParserImpl()
メソッドの詳細

getParameterMap

public Map<String,Object[]> getParameterMap(HttpServletRequest request)
指定されたリクエストのリクエストパラメータ等から、アクションにバインドするパラメータを取得します。

ServletRequest.getParameterMap() の結果をそのまま返します。

定義:
インタフェース RequestParser 内の getParameterMap
パラメータ:
request - リクエスト
戻り値:
アクションにバインドするパラメータのMap
関連項目:
ServletRequest.getParameterMap()


Copyright ツゥ 2006-2008 The Seasar Foundation. All Rights Reserved.