org.seasar.framework.container.factory
クラス AnnotationHandlerFactory

java.lang.Object
  拡張org.seasar.framework.container.factory.AnnotationHandlerFactory

public class AnnotationHandlerFactory
extends java.lang.Object

アノテーションハンドラを構築するためのファクトリクラスです。

アノテーションハンドラファクトリは、 まずTigerアノテーションのハンドラクラスを構築しようと試みます。 Tigerアノテーションのハンドラクラスがクラスパス上に存在せずTigerアノテーションが利用できない場合は、 定数アノテーションのハンドラクラスを構築します。

作成者:
jundu

コンストラクタの概要
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
 

コンストラクタの詳細

AnnotationHandlerFactory

public AnnotationHandlerFactory()
メソッドの詳細

initialize

protected static void initialize()
アノテーションハンドラファクトリを初期化します。


getAnnotationHandler

public static AnnotationHandler getAnnotationHandler()
アノテーションハンドラを返します。

戻り値:
アノテーションハンドラ

setAnnotationHandler

public static void setAnnotationHandler(AnnotationHandler handler)
アノテーションハンドラを設定します。

パラメータ:
handler - アノテーションハンドラ


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