|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.aop.framework.InterceptorAndDynamicMethodMatcher
class InterceptorAndDynamicMethodMatcher
Internal framework class, combining a MethodInterceptor instance with a MethodMatcher for use as an element in the advisor chain.
| Field Summary | |
|---|---|
(package private) MethodInterceptor |
interceptor
|
(package private) MethodMatcher |
methodMatcher
|
| Constructor Summary | |
|---|---|
InterceptorAndDynamicMethodMatcher(MethodInterceptor interceptor,
MethodMatcher methodMatcher)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
final MethodInterceptor interceptor
final MethodMatcher methodMatcher
| Constructor Detail |
|---|
public InterceptorAndDynamicMethodMatcher(MethodInterceptor interceptor,
MethodMatcher methodMatcher)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||