spring的AOP学习[6]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:

这里是用正则表达式来定义patterns,spring的正则表达式采用jarkata的oro,相应的对myAOPProxy进行修改

<bean id="myAOPProxy"

              class="org.springframework.aop.framework.ProxyFactoryBean">

              <property name="proxyInterfaces">

                     <value>com.softbrain.wangzl.business.ITest</value>

              </property>

             

              <property name="target">

                     <ref local="test"/>

              </property>

              <property name="interceptorNames">

                     <value> settersAndAbsquatulateAdvisor</value>

              </property>

本文关键:spring的AOP学习
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top