Schema-based AOP support

本文参考至:spring-framework-reference.pdf的7.3 章节java

【Schema-based AOP support】spring

  If you are unable to use Java 5, or simply prefer an XML-based format, then Spring 2.0 also offers
support for defining aspects using the new "aop" namespace tags. The exact same pointcut expressions
and advice kinds are supported as when using the @AspectJ style, hence in this section we will focus on
the new syntax and refer the reader to the discussion in the previous section (Section 7.2, “@AspectJ
support”) for an understanding of writing pointcut expressions and the binding of advice parameters.express

  To use the aop namespace tags described in this section, you need to import the spring-aop schema as
described in Appendix C, XML Schema-based configuration. See the section called “The aop schema” for
how to import the tags in the aop namespace.app

  Within your Spring configurations, all aspect and advisor elements must be placed within an
<aop:config> element (you can have more than one <aop:config> element in an application
context configuration). An <aop:config> element can contain pointcut, advisor, and aspect elements
(note these must be declared in that order).this

  若是,你不能使用java5,或者更倾向于使用XML格式的配置文件,Spring2.0引入了支持使用配置文件配置Aop,使用【aop】的命名空间,相同的pointCut表spa

答式和各类advice(before、after、around、after returning)也能够像@AspectJ中同样的使用。于是在本节中,咱们将主要介绍新的语义,而且涉及到orm

前面的章节,更好的理解如何编写pointCut表达式和绑定advice的参数。element

  要使用在本节使用aop的命名空间标签,须要参考附录C引入spring-aop的schema即-XML Schema-based configuration。it

     在本身的Spring配置文件中,全部的aspect和advisor标签必须至于<aop:config>标签范围内【在一个配置文件中,能够有多个<aop:config>标签】,一个io

【<aop:config>】标签能够包含point、advisor、和asect元素,特别强调:元素的命名,必需要按照上述的顺序

相关文章
相关标签/搜索