SPR-7641 - Added Principal to listing of supported method parameter types.

master
Oliver Gierke 14 years ago
parent ae3cfff380
commit 9114f80b68
  1. 5
      spring-framework-reference/src/mvc.xml

@ -1025,6 +1025,11 @@ public class RelativePathUriTemplateController {
exposed by the Servlet API.</para> exposed by the Servlet API.</para>
</listitem> </listitem>
<listitem>
<para><interfacename>java.security.Principal</interfacename>
containing the currently authenticated user.</para>
</listitem>
<listitem> <listitem>
<para><classname>@PathVariable</classname> annotated parameters <para><classname>@PathVariable</classname> annotated parameters
for access to URI template variables. See <xref for access to URI template variables. See <xref

Loading…
Cancel
Save