+ replaced handleRequest() with setSynchronizeOnSession() which is final
This commit is contained in:
Costin Leau 2010-01-26 10:07:40 +00:00
parent 0968e9fbd0
commit 2f840b1097
1 changed files with 1 additions and 1 deletions

View File

@ -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>