|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.framework.container.factory.AnnotationHandlerFactory
アノテーションハンドラを構築するためのファクトリクラスです。
アノテーションハンドラファクトリは、 まずTigerアノテーションのハンドラクラスを構築しようと試みます。 Tigerアノテーションのハンドラクラスがクラスパス上に存在せずTigerアノテーションが利用できない場合は、 定数アノテーションのハンドラクラスを構築します。
コンストラクタの概要 | |
AnnotationHandlerFactory()
|
メソッドの概要 | |
static AnnotationHandler |
getAnnotationHandler()
アノテーションハンドラを返します。 |
protected static void |
initialize()
アノテーションハンドラファクトリを初期化します。 |
static void |
setAnnotationHandler(AnnotationHandler handler)
アノテーションハンドラを設定します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public AnnotationHandlerFactory()
メソッドの詳細 |
protected static void initialize()
public static AnnotationHandler getAnnotationHandler()
public static void setAnnotationHandler(AnnotationHandler handler)
handler
- アノテーションハンドラ
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |