|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectorg.seasar.framework.aop.impl.PointcutImpl
Pointcutの実装クラスです。
| コンストラクタの概要 | |
PointcutImpl(java.lang.Class targetClass)
PointcutImplを作成します。 |
|
PointcutImpl(java.lang.reflect.Method method)
PointcutImplを作成します。 |
|
PointcutImpl(java.lang.String[] methodNames)
PointcutImplを作成します。 |
|
| メソッドの概要 | |
java.lang.String[] |
getMethodNames()
対象になったメソッド名の配列を返します。 |
boolean |
isApplied(java.lang.reflect.Method targetMethod)
指定されたメソッドに MethodInterceptorが適用されるかどうかを返します。 |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
public PointcutImpl(java.lang.Class targetClass)
throws EmptyRuntimeException
PointcutImplを作成します。
targetClass -
EmptyRuntimeException
public PointcutImpl(java.lang.String[] methodNames)
throws EmptyRuntimeException
PointcutImplを作成します。
methodNames -
EmptyRuntimeExceptionpublic PointcutImpl(java.lang.reflect.Method method)
PointcutImplを作成します。
method - | メソッドの詳細 |
public boolean isApplied(java.lang.reflect.Method targetMethod)
Pointcut の記述: MethodInterceptorが適用されるかどうかを返します。
Pointcut 内の isAppliedtargetMethod -
public java.lang.String[] getMethodNames()
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||