org.seasar.cubby.dxo.impl
クラス FormDxoImpl

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

public class FormDxoImpl
extends Object
implements FormDxo

作成者:
baba

コンストラクタの概要
FormDxoImpl()
           
 
メソッドの概要
 void convert(Map<String,Object[]> src, Object dest)
          リクエストパラメータを格納した Map からアクションのフォームオブジェクトへ値をマッピングします。
 void convert(Object src, Map<String,String[]> dest)
          アクションのフォームオブジェクトから<form>カスタムタグで使用する Map へ値をマッピングします。
 DxoCommand createBeanToStringArrayMapDxoCommand(Class dxoClass, Method method)
           
 DxoCommand createObjectArrayMapToBeanDxoCommand(Class dxoClass, Method method)
           
 void initialize()
           
 void setAnnotationReaderFactory(AnnotationReaderFactory annotationReaderFactory)
           
 void setConverterFactory(ConverterFactory converterFactory)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FormDxoImpl

public FormDxoImpl()
メソッドの詳細

setConverterFactory

public void setConverterFactory(ConverterFactory converterFactory)

setAnnotationReaderFactory

public void setAnnotationReaderFactory(AnnotationReaderFactory annotationReaderFactory)

initialize

public void initialize()

convert

public void convert(Map<String,Object[]> src,
                    Object dest)
インタフェース FormDxo の記述:
リクエストパラメータを格納した Map からアクションのフォームオブジェクトへ値をマッピングします。

定義:
インタフェース FormDxo 内の convert
パラメータ:
src - リクエストパラメータを格納した Map
dest - フォームオブジェクト

convert

public void convert(Object src,
                    Map<String,String[]> dest)
インタフェース FormDxo の記述:
アクションのフォームオブジェクトから<form>カスタムタグで使用する Map へ値をマッピングします。

定義:
インタフェース FormDxo 内の convert
パラメータ:
src - フォームオブジェクト
dest - <form>カスタムタグで使用する Map

createObjectArrayMapToBeanDxoCommand

public DxoCommand createObjectArrayMapToBeanDxoCommand(Class dxoClass,
                                                       Method method)

createBeanToStringArrayMapDxoCommand

public DxoCommand createBeanToStringArrayMapDxoCommand(Class dxoClass,
                                                       Method method)


Copyright ツゥ 2006-2008 The Seasar Foundation and the others. All rights reserved.. All Rights Reserved.