org.jboss.aop.pointcut
Class AdvisorMatcherStrategy
java.lang.Object
org.jboss.aop.pointcut.MatcherStrategy
org.jboss.aop.pointcut.AdvisorMatcherStrategy
public class AdvisorMatcherStrategy
- extends MatcherStrategy
Strategy to allow for different handling for the pointcut matchers for different types of advisor
This one uses the "default" strategy, used for normal advisors
- Version:
- $Revision: 41194 $
- Author:
- Kabir Khan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdvisorMatcherStrategy
public AdvisorMatcherStrategy()
checkIntroductions
protected boolean checkIntroductions(Class clazz,
ClassExpression instanceOf,
Advisor advisor)
- Specified by:
checkIntroductions
in class MatcherStrategy
getDeclaringClass
public Class getDeclaringClass(Advisor advisor,
Method m)
- Specified by:
getDeclaringClass
in class MatcherStrategy
Copyright © 2004 JBoss Inc. All Rights Reserved.