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 Object
implements DxoCommandBuilder

作成者:
koichik

フィールドの概要
protected  AnnotationReaderFactory annotationReaderFactory
           
protected  ConverterFactory converterFactory
           
 
コンストラクタの概要
AbstractDxoCommandBuilder()
           
 
メソッドの概要
protected  AnnotationReader getAnnotationReader()
           
 void setAnnotationReaderFactory(AnnotationReaderFactory annotationReaderFactory)
           
 void setConverterFactory(ConverterFactory converterFactory)
           
 
クラス 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

annotationReaderFactory

protected AnnotationReaderFactory annotationReaderFactory
コンストラクタの詳細

AbstractDxoCommandBuilder

public AbstractDxoCommandBuilder()
メソッドの詳細

setConverterFactory

public void setConverterFactory(ConverterFactory converterFactory)

setAnnotationReaderFactory

public void setAnnotationReaderFactory(AnnotationReaderFactory annotationReaderFactory)

getAnnotationReader

protected AnnotationReader getAnnotationReader()


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