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