org.seasar.cubby.aop
クラス ActionMethodPointcutImpl

java.lang.Object
  上位を拡張 org.seasar.cubby.aop.ActionMethodPointcutImpl
すべての実装されたインタフェース:
Serializable, Pointcut

public class ActionMethodPointcutImpl
extends Object
implements Pointcut, Serializable

アクションメソッドに適用される Pointcut

導入されたバージョン:
1.0.0
作成者:
baba
関連項目:
直列化された形式

コンストラクタの概要
ActionMethodPointcutImpl(Class<?> targetClass)
          ActionMethodPointcutImplを作成します。
ActionMethodPointcutImpl(String[] methodNames)
          ActionMethodPointcutImplを作成します。
 
メソッドの概要
 String[] getMethodNames()
          対象になったメソッド名の配列を返します。
 boolean isApplied(Method targetMethod)
          
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ActionMethodPointcutImpl

public ActionMethodPointcutImpl(Class<?> targetClass)
                         throws EmptyRuntimeException
ActionMethodPointcutImplを作成します。

パラメータ:
targetClass -
例外:
EmptyRuntimeException

ActionMethodPointcutImpl

public ActionMethodPointcutImpl(String[] methodNames)
                         throws EmptyRuntimeException
ActionMethodPointcutImplを作成します。

パラメータ:
methodNames -
例外:
EmptyRuntimeException
メソッドの詳細

isApplied

public boolean isApplied(Method targetMethod)

定義:
インタフェース Pointcut 内の isApplied

getMethodNames

public String[] getMethodNames()
対象になったメソッド名の配列を返します。

戻り値:
対象になったメソッド名の配列


Copyright © 2006-2009 The Seasar Foundation. All Rights Reserved.