|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Aspectをあらわすインターフェースです。 Aspectとは、 Advice(MethodInterceptor
)とPointcut
を結びつけたものです。
メソッドの概要 | |
MethodInterceptor |
getMethodInterceptor()
MethodInterceptor を返します。 |
Pointcut |
getPointcut()
Pointcut を返します。 |
void |
setPointcut(Pointcut pointcut)
Pointcut を設定します。 |
メソッドの詳細 |
public MethodInterceptor getMethodInterceptor()
MethodInterceptor
を返します。
MethodInterceptor
public Pointcut getPointcut()
Pointcut
を返します。
public void setPointcut(Pointcut pointcut)
Pointcut
を設定します。
pointcut
-
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |