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

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

作成者:
baba

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

コンストラクタの詳細

RequestParameterBinderImpl

public RequestParameterBinderImpl()
メソッドの詳細

bind

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

定義:
インタフェース RequestParameterBinder 内の bind
パラメータ:
parameterMap - 要求パラメータのMap
dest - 要求パラメータをバインドするオブジェクト
actionContext - アクションコンテキスト
戻り値:
型変換失敗のリスト。すべて成功した場合は空のリストを返します。


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