|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.framework.container.factory.aspect.AbstractAspectDefBuilder
org.seasar.framework.container.factory.aspect.AspectAnnotationAspectDefBuilder
public class AspectAnnotationAspectDefBuilder
Aspectアノテーションを読み取りAspectDefを作成するコンポーネントの実装クラスです。
| コンストラクタの概要 | |
|---|---|
AspectAnnotationAspectDefBuilder()
|
|
| メソッドの概要 | |
|---|---|
void |
appendAspectDef(AnnotationHandler annotationHandler,
ComponentDef componentDef)
コンポーネントからTigerアノテーションを読み取り AspectDefを作成し、コンポーネント定義に追加します。 |
protected void |
processClass(ComponentDef componentDef)
クラスに付けられた Aspectアノテーションを読み取りアスペクト定義を作成してコンポーネント定義に追加します。 |
protected void |
processMethod(ComponentDef componentDef)
メソッドに付けられた Aspectアノテーションを読み取りアスペクト定義を作成してコンポーネント定義に追加します。 |
| クラス org.seasar.framework.container.factory.aspect.AbstractAspectDefBuilder から継承されたメソッド |
|---|
appendAspect, appendAspect |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public AspectAnnotationAspectDefBuilder()
| メソッドの詳細 |
|---|
public void appendAspectDef(AnnotationHandler annotationHandler,
ComponentDef componentDef)
AspectDefBuilder の記述: AspectDefを作成し、コンポーネント定義に追加します。
annotationHandler - このメソッドを呼び出しているアノテーションハンドラcomponentDef - コンポーネント定義protected void processClass(ComponentDef componentDef)
Aspectアノテーションを読み取りアスペクト定義を作成してコンポーネント定義に追加します。
componentDef - コンポーネント定義protected void processMethod(ComponentDef componentDef)
Aspectアノテーションを読み取りアスペクト定義を作成してコンポーネント定義に追加します。
componentDef - コンポーネント定義
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||