org.springframework.jee.intercept
Class SuperJeeInterceptorPointcutAdvisor

java.lang.Object
  extended by org.springframework.aop.support.StaticMethodMatcher
      extended by org.springframework.aop.support.StaticMethodMatcherPointcut
          extended by org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
              extended by org.springframework.jee.intercept.SuperJeeInterceptorPointcutAdvisor
All Implemented Interfaces:
java.io.Serializable, org.springframework.aop.Advisor, org.springframework.aop.MethodMatcher, org.springframework.aop.Pointcut, org.springframework.aop.PointcutAdvisor, org.springframework.core.Ordered

public class SuperJeeInterceptorPointcutAdvisor
extends org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor

Delegate pointcut advisor used for superInterceptors. It delegates the matching to the base interceptor pointcut advisor.

Author:
Costin Leau
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.springframework.core.Ordered
LOWEST_PRECEDENCE
 
Fields inherited from interface org.springframework.aop.Pointcut
TRUE
 
Fields inherited from interface org.springframework.aop.MethodMatcher
TRUE
 
Constructor Summary
SuperJeeInterceptorPointcutAdvisor(JeeInterceptorPointcutAdvisor delegate, JeeInterceptorInterceptor advice)
           
 
Method Summary
 boolean matches(java.lang.reflect.Method method, java.lang.Class targetClass)
           
 
Methods inherited from class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
getAdvice, getOrder, getPointcut, isPerInstance, setAdvice, setOrder
 
Methods inherited from class org.springframework.aop.support.StaticMethodMatcherPointcut
getClassFilter, getMethodMatcher, setClassFilter
 
Methods inherited from class org.springframework.aop.support.StaticMethodMatcher
isRuntime, matches
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuperJeeInterceptorPointcutAdvisor

public SuperJeeInterceptorPointcutAdvisor(JeeInterceptorPointcutAdvisor delegate,
                                          JeeInterceptorInterceptor advice)
Method Detail

matches

public boolean matches(java.lang.reflect.Method method,
                       java.lang.Class targetClass)


Copyright 2006 Interface21. All Rights Reserved.