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

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

public class FormWrapperFactoryImpl
extends Object
implements FormWrapperFactory

フォームオブジェクトのラッパーファクトリの実装です。

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

コンストラクタの概要
FormWrapperFactoryImpl()
           
 
メソッドの概要
 FormWrapper create(Object form)
          FormWrapper を生成します。
 void setConversionHelper(ConversionHelper conversionHelper)
          変換のヘルパクラスを設定します。
 void setConverterFactory(ConverterFactory converterFactory)
          コンバータのファクトリクラスを設定します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FormWrapperFactoryImpl

public FormWrapperFactoryImpl()
メソッドの詳細

setConverterFactory

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

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

setConversionHelper

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

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

create

public FormWrapper create(Object form)
FormWrapper を生成します。

定義:
インタフェース FormWrapperFactory 内の create
パラメータ:
form - フォームオブジェクト
戻り値:
FormWrapper


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