|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.extension.dxo.annotation.impl.AnnotationReaderFactoryImpl
実行環境で利用可能なAnnotationReader
のインスタンスを作成するファクトリの実装クラスです。
Java5以上が利用可能な環境ではTigerAnnotationReader
のインスタンスを返します。
そうでない場合はConstantAnnotationReader
を返します。
フィールドの概要 | |
protected AnnotationReader |
annotationReader
実行環境で利用可能な AnnotationReader |
protected S2Container |
container
S2コンテナ |
protected static java.lang.String |
TIGER_ANNOTATION_HANDLER_CLASS_NAME
TigerAnnotationReader のFQN名 |
コンストラクタの概要 | |
AnnotationReaderFactoryImpl(S2Container container)
インスタンスを構築します。 |
メソッドの概要 | |
AnnotationReader |
getAnnotationReader()
実行環境で利用可能な AnnotationReader のインスタンスを作成して返します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
protected static final java.lang.String TIGER_ANNOTATION_HANDLER_CLASS_NAME
TigerAnnotationReader
のFQN名
protected S2Container container
protected AnnotationReader annotationReader
AnnotationReader
コンストラクタの詳細 |
public AnnotationReaderFactoryImpl(S2Container container)
container
- S2コンテナメソッドの詳細 |
public AnnotationReader getAnnotationReader()
AnnotationReaderFactory
の記述: AnnotationReader
のインスタンスを作成して返します。
AnnotationReaderFactory
内の getAnnotationReader
AnnotationReader
のインスタンス
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |