|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectorg.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 内の getAnnotationReaderAnnotationReaderのインスタンス
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||