parent
d019c1f82b
commit
e209a460ca
|
|
@ -16,9 +16,9 @@
|
||||||
</aop:aspect>
|
</aop:aspect>
|
||||||
</aop:config>
|
</aop:config>
|
||||||
|
|
||||||
<bean id="getNameCounter" class="org.springframework.aop.framework.CountingBeforeAdvice"/>
|
<bean id="getNameCounter" class="org.springframework.tests.aop.advice.CountingBeforeAdvice"/>
|
||||||
|
|
||||||
<bean id="getAgeCounter" class="org.springframework.aop.framework.CountingBeforeAdvice"/>
|
<bean id="getAgeCounter" class="org.springframework.tests.aop.advice.CountingBeforeAdvice"/>
|
||||||
|
|
||||||
<bean id="testBean" class="org.springframework.beans.testfixture.beans.TestBean"/>
|
<bean id="testBean" class="org.springframework.beans.testfixture.beans.TestBean"/>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,6 @@
|
||||||
<aop:advisor advice-ref="countingAdvice" pointcut="within(org.springframework..*)"/>
|
<aop:advisor advice-ref="countingAdvice" pointcut="within(org.springframework..*)"/>
|
||||||
</aop:config>
|
</aop:config>
|
||||||
|
|
||||||
<bean id="countingAdvice" class="org.springframework.aop.framework.CountingBeforeAdvice"/>
|
<bean id="countingAdvice" class="org.springframework.tests.aop.advice.CountingBeforeAdvice"/>
|
||||||
|
|
||||||
</beans>
|
</beans>
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,6 @@
|
||||||
<aop:advisor advice-ref="countingAdvice" pointcut-ref="pc"/>
|
<aop:advisor advice-ref="countingAdvice" pointcut-ref="pc"/>
|
||||||
</aop:config>
|
</aop:config>
|
||||||
|
|
||||||
<bean id="countingAdvice" class="org.springframework.aop.framework.CountingBeforeAdvice"/>
|
<bean id="countingAdvice" class="org.springframework.tests.aop.advice.CountingBeforeAdvice"/>
|
||||||
|
|
||||||
</beans>
|
</beans>
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
</aop:aspect>
|
</aop:aspect>
|
||||||
</aop:config>
|
</aop:config>
|
||||||
|
|
||||||
<bean id="getAgeCounter" class="org.springframework.aop.framework.CountingBeforeAdvice"/>
|
<bean id="getAgeCounter" class="org.springframework.tests.aop.advice.CountingBeforeAdvice"/>
|
||||||
|
|
||||||
<bean id="testBean" class="org.springframework.beans.testfixture.beans.TestBean"/>
|
<bean id="testBean" class="org.springframework.beans.testfixture.beans.TestBean"/>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
</aop:aspect>
|
</aop:aspect>
|
||||||
</aop:config>
|
</aop:config>
|
||||||
|
|
||||||
<bean id="getAgeCounter" class="org.springframework.aop.framework.CountingBeforeAdvice"/>
|
<bean id="getAgeCounter" class="org.springframework.tests.aop.advice.CountingBeforeAdvice"/>
|
||||||
|
|
||||||
<bean id="testBean" class="org.springframework.beans.testfixture.beans.TestBean"/>
|
<bean id="testBean" class="org.springframework.beans.testfixture.beans.TestBean"/>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue