-
Notifications
You must be signed in to change notification settings - Fork 0
Spring Aop
guikun edited this page Mar 10, 2019
·
3 revisions
-
MethodBeforeAdvice
-
AfterReturningAdvice
-
ThrowsAdvice
- AspectJExpressionPointcut
- NameMatchMethodPointcut
- AnnotationMatchingPointcut
- ComposablePointcut
- RegexpMethodPointcutAdvisor
- AspectJExpressionPointcutAdvisor
- NameMatchMethodPointcutAdvisor
- DefaultBeanFactoryPointcutAdvisor
- AfterReturningAdviceInterceptor
- MethodBeforeAdviceInterceptor
- ThrowsAdviceInterceptor
- DefaultAopProxyFactory
-
JdkDynamicAopProxy
ReflectiveMethodInvocation 完成对拦截器链的调用
-
CglibAopProxy
CglibMethodInvocation 完成对拦截器链的调用
- DefaultAdvisorChainFactory
- AfterReturningAdviceAdapter
- MethodBeforeAdviceAdapter
- ThrowsAdviceAdapter