org.springframework.jee.intercept
Class SuperJeeInterceptorPointcutAdvisor
java.lang.Object
org.springframework.aop.support.StaticMethodMatcher
org.springframework.aop.support.StaticMethodMatcherPointcut
org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
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
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 |
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 |
SuperJeeInterceptorPointcutAdvisor
public SuperJeeInterceptorPointcutAdvisor(JeeInterceptorPointcutAdvisor delegate,
JeeInterceptorInterceptor advice)
matches
public boolean matches(java.lang.reflect.Method method,
java.lang.Class targetClass)
Copyright 2006 Interface21. All Rights Reserved.