org.seasar.cubby.internal.controller.impl
クラス RequestParameterBinderImpl

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

public class RequestParameterBinderImpl
extends Object
implements RequestParameterBinder

リクエストパラメータをオブジェクトへバインドするクラスの実装です。

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

コンストラクタの概要
RequestParameterBinderImpl()
           
 
メソッドの概要
 void bind(Map<String,Object[]> parameterMap, Object dest, ActionContext actionContext, ActionErrors errors)
          リクエストパラメータを指定されたオブジェクトへバインドします。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RequestParameterBinderImpl

public RequestParameterBinderImpl()
メソッドの詳細

bind

public void bind(Map<String,Object[]> parameterMap,
                 Object dest,
                 ActionContext actionContext,
                 ActionErrors errors)
リクエストパラメータを指定されたオブジェクトへバインドします。

定義:
インタフェース RequestParameterBinder 内の bind
パラメータ:
parameterMap - リクエストパラメータのMap
dest - リクエストパラメータをバインドするオブジェクト
actionContext - アクションコンテキスト
errors - 型変換で発生したエラーを保持する


Copyright © 2006-2009 The Seasar Foundation. All Rights Reserved.