org.seasar.framework.aop.impl
クラス PointcutImpl
java.lang.Object
org.seasar.framework.aop.impl.PointcutImpl
- すべての実装インタフェース:
- Pointcut, Serializable
- public final class PointcutImpl
- extends Object
- implements Pointcut, Serializable
- 作成者:
- higa
- 関連項目:
- 直列化された形式
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PointcutImpl
public PointcutImpl(Class targetClass)
throws EmptyRuntimeException
PointcutImpl
public PointcutImpl(String[] methodNames)
throws EmptyRuntimeException
PointcutImpl
public PointcutImpl(Method method)
isApplied
public boolean isApplied(Method targetMethod)
- 定義:
- インタフェース
Pointcut
内の isApplied
getMethodNames
public String[] getMethodNames()
Copyright © 2004-2006 The Seasar Foundation. All Rights Reserved.