Uses of Class
org.jboss.aop.pointcut.MatcherStrategy

Packages that use MatcherStrategy
org.jboss.aop.pointcut   
 

Uses of MatcherStrategy in org.jboss.aop.pointcut
 

Subclasses of MatcherStrategy in org.jboss.aop.pointcut
 class AdvisorMatcherStrategy
          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
 class ProxyMatcherStrategy
          Strategy to allow for different handling for the pointcut matchers for different types of advisor This one uses the "default" strategy, used for proxy advisors.
 

Methods in org.jboss.aop.pointcut that return MatcherStrategy
static MatcherStrategy MatcherStrategy.getMatcher(Advisor advisor)
           
 



Copyright © 2008 JBoss, a division of Red Hat, Inc.. All Rights Reserved.