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:
- 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
| Fields inherited from interface org.springframework.aop.Pointcut |
TRUE |
SuperJeeInterceptorPointcutAdvisor
public SuperJeeInterceptorPointcutAdvisor(JeeInterceptorPointcutAdvisor delegate,
JeeInterceptorInterceptor advice)
matches
public boolean matches(Method method,
Class targetClass)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2007 Interface21. All Rights Reserved.