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:
Serializable, Advisor, MethodMatcher, Pointcut, PointcutAdvisor, Ordered

public class SuperJeeInterceptorPointcutAdvisor
extends 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
HIGHEST_PRECEDENCE, 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(Method method, Class targetClass)
           
 String toString()
           
 
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, wait, wait, wait
 

Constructor Detail

SuperJeeInterceptorPointcutAdvisor

public SuperJeeInterceptorPointcutAdvisor(JeeInterceptorPointcutAdvisor delegate,
                                          JeeInterceptorInterceptor advice)
Method Detail

matches

public boolean matches(Method method,
                       Class targetClass)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007 Interface21. All Rights Reserved.