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
関連項目:
直列化された形式

コンストラクタの概要
PointcutImpl(Class targetClass)
           
PointcutImpl(Method method)
           
PointcutImpl(String[] methodNames)
           
 
メソッドの概要
 String[] getMethodNames()
           
 boolean isApplied(Method targetMethod)
           
 
クラス 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-2007 The Seasar Foundation. All Rights Reserved.