|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.extension.dxo.builder.impl.AbstractDxoCommandBuilder
Dxoのメソッドに応じたDxoCommand
のインスタンスを生成するビルダの抽象クラスです。
フィールドの概要 | |
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 |
フィールドの詳細 |
protected ConverterFactory converterFactory
Converter
のファクトリです。
protected AnnotationReaderFactory annotationReaderFactory
AnnotationReader
のファクトリです。
コンストラクタの詳細 |
public AbstractDxoCommandBuilder()
メソッドの詳細 |
public void setConverterFactory(ConverterFactory converterFactory)
Converter
のファクトリを設定します。
converterFactory
- Converter
のファクトリpublic void setAnnotationReaderFactory(AnnotationReaderFactory annotationReaderFactory)
AnnotationReader
のファクトリを設定します。
annotationReaderFactory
- AnnotationReader
のファクトリprotected AnnotationReader getAnnotationReader()
AnnotationReader
のファクトリを返します。
AnnotationReader
のファクトリ
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |