Spring AOP-动态切入点
CONTROLFLOWPOINTCUTS 的目的是什么?它的用途是什么?它可以在哪里使用?
动态切入点有什么优点?
用一个例子解释 CONTROLFLOW POINTCUT,它在 XML 文件中配置(与源分离)
What is de purpose of CONTROLFLOWPOINTCUTS, for what purpose it is intended for, where and all it can be used?
What are the advantages of dynamic pointcuts??
Explain CONTROLFLOW POINTCUT with an example, where it is configured in XML file(decoupled from source)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这听起来像家庭作业,我不想为你做这些,但是:
网络上的 AspectJ / Spring AOP 资源很糟糕。
尝试一下,如果您可以在某处获取 AspectJ in Action 的纸质副本或数字副本,其中包括 < code>cflow 和
cflobelow
切入点。否则,这里有一个来自 AspectJ 快速参考的定义:
This smells like homework, and I don't want to do that for you, but:
AspectJ / Spring AOP resources on the web are miserable.
Try if you can get a hard or digital copy of AspectJ in Action somewhere, it includes explanations of the
cflow
andcflobelow
pointcuts.Otherwise, here's a definition from the AspectJ Quick Reference: