org.seasar.extension.dxo.builder.impl
クラス AbstractDxoCommandBuilder

java.lang.Object
  拡張org.seasar.extension.dxo.builder.impl.AbstractDxoCommandBuilder
すべての実装インタフェース:
DxoCommandBuilder
直系の既知のサブクラス:
BeanToBeanDxoCommandBuilder, BeanToMapDxoCommandBuilder, MapToBeanDxoCommandBuilder

public abstract class AbstractDxoCommandBuilder
extends java.lang.Object
implements DxoCommandBuilder

Dxoのメソッドに応じたDxoCommandのインスタンスを生成するビルダの抽象クラスです。

作成者:
koichik

フィールドの概要
protected  AnnotationReaderFactory annotationReaderFactory
          AnnotationReaderのファクトリです。
protected  ConverterFactory converterFactory
          Converterのファクトリです。
 
コンストラクタの概要
AbstractDxoCommandBuilder()
           
 
メソッドの概要
protected  AnnotationReader getAnnotationReader()
          AnnotationReaderのファクトリを返します。
 void setAnnotationReaderFactory(AnnotationReaderFactory annotationReaderFactory)
          AnnotationReaderのファクトリを設定します。
 void setConverterFactory(ConverterFactory converterFactory)
          Converterのファクトリを設定します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
インタフェース org.seasar.extension.dxo.builder.DxoCommandBuilder から継承したメソッド
createDxoCommand
 

フィールドの詳細

converterFactory

protected ConverterFactory converterFactory
Converterのファクトリです。


annotationReaderFactory

protected AnnotationReaderFactory annotationReaderFactory
AnnotationReaderのファクトリです。

コンストラクタの詳細

AbstractDxoCommandBuilder

public AbstractDxoCommandBuilder()
メソッドの詳細

setConverterFactory

public void setConverterFactory(ConverterFactory converterFactory)
Converterのファクトリを設定します。

パラメータ:
converterFactory - Converterのファクトリ

setAnnotationReaderFactory

public void setAnnotationReaderFactory(AnnotationReaderFactory annotationReaderFactory)
AnnotationReaderのファクトリを設定します。

パラメータ:
annotationReaderFactory - AnnotationReaderのファクトリ

getAnnotationReader

protected AnnotationReader getAnnotationReader()
AnnotationReaderのファクトリを返します。

戻り値:
AnnotationReaderのファクトリ


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.