org.seasar.framework.aop
インタフェース Pointcut

既知の実装クラスの一覧:
PointcutImpl

public interface Pointcut

MethodInterceptorがどこに適用されるのかをあらわすインターフェースです。

作成者:
higa

メソッドの概要
 boolean isApplied(java.lang.reflect.Method method)
          指定されたメソッドにMethodInterceptorが適用されるかどうかを返します。
 

メソッドの詳細

isApplied

public boolean isApplied(java.lang.reflect.Method method)
指定されたメソッドにMethodInterceptorが適用されるかどうかを返します。

パラメータ:
method -
戻り値:


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.