Browse Source

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

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3737 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Oliver Gierke 16 years ago
parent
commit
5c7a62ce60
  1. 5
      spring-framework-reference/src/mvc.xml

5
spring-framework-reference/src/mvc.xml

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

Loading…
Cancel
Save