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

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

public class RequestParameterBinderImpl
extends Object
implements RequestParameterBinder

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

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

コンストラクタの概要
RequestParameterBinderImpl()
           
 
メソッドの概要
 void bind(Map<String,Object[]> parameterMap, Object dest, Class<? extends Action> actionClass, Method method)
          リクエストパラメータを指定されたオブジェクトへバインドします。
 void setConversionHelper(ConversionHelper conversionHelper)
          変換のヘルパクラスを設定します。
 void setConverterFactory(ConverterFactory converterFactory)
          コンバータのファクトリクラスを設定します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RequestParameterBinderImpl

public RequestParameterBinderImpl()
メソッドの詳細

setConverterFactory

public void setConverterFactory(ConverterFactory converterFactory)
コンバータのファクトリクラスを設定します。

パラメータ:
converterFactory - コンバータのファクトリクラス

setConversionHelper

public void setConversionHelper(ConversionHelper conversionHelper)
変換のヘルパクラスを設定します。

パラメータ:
conversionHelper - 変換のヘルパクラス

bind

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

定義:
インタフェース RequestParameterBinder 内の bind
パラメータ:
parameterMap - リクエストパラメータのMap
dest - リクエストパラメータをバインドするオブジェクト
actionClass - アクションクラス
method - アクションメソッド


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