spring AOP Plus
2023-08-18 12:59:19 1 举报
aop
作者其他创作
大纲/内容
Advice(aopalliance包下的)
Advisor
+ getAdvice():Advice
MethodBeforeAdviceInterceptor
- advice:MethodBeforeAdvice
+MethodBeforeAdviceInterceptor(MethodBeforeAdvice advice)+ invoke(MethodInvocation methodInvocation):Object
ProxyFactory
- advisedSupport:AdvisedSupport
+ProxyFactory(AdvisedSupport advisedSupport)+ getProxy():Object- createAopProxy():AopProxy
DefaultAdvisorAutoProxyCreator
- beanFactory:DefaultListableBeanFactory
AspectJExpressionPointcutAdvisor
- pointcut:AspectJExpressionPointcut- advice:Advice- expression:String
+ setExpression(String expression):void+ getPointcut():Pointcut+ getAdvice():Advice+ setAdvice(Advice advice):void
PointcutAdvisor
+ getPointcut():Pointcut
BeforeAdvice
MethodBeforeAdvice
0 条评论
下一页