+ replaced handleRequest() with setSynchronizeOnSession() which is final
master
Costin Leau 15 years ago
parent 0968e9fbd0
commit 2f840b1097
  1. 2
      spring-framework-reference/src/mvc.xml

@ -46,7 +46,7 @@
<para>You cannot add advice to final methods when you use Spring MVC.
For example, you cannot add advice to the
<literal>AbstractController.handleRequest()</literal> method. Refer to
<literal>AbstractController.setSynchronizeOnSession()</literal> method. Refer to
<xref linkend="aop-understanding-aop-proxies" /> for more information on
AOP proxies and why you cannot add advice to final methods.</para>
</sidebar>

Loading…
Cancel
Save