|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.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
-
EmptyRuntimeException
public PointcutImpl(java.lang.reflect.Method method)
PointcutImpl
を作成します。
method
- メソッドの詳細 |
public boolean isApplied(java.lang.reflect.Method targetMethod)
Pointcut
の記述: MethodInterceptor
が適用されるかどうかを返します。
Pointcut
内の isApplied
targetMethod
-
public java.lang.String[] getMethodNames()
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |