Skip to content

Commit b066b91

Browse files
committed
Document XML Support
1 parent fe8e68e commit b066b91

File tree

1 file changed

+7
-0
lines changed
  • docs/modules/ROOT/pages/servlet/integrations

1 file changed

+7
-0
lines changed

docs/modules/ROOT/pages/servlet/integrations/mvc.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,13 @@ fun templateDefaults(): AnnotationTemplateExpressionDefaults {
559559
return AnnotationTemplateExpressionDeafults()
560560
}
561561
----
562+
563+
Xml::
564+
+
565+
[source,xml,role="secondary"]
566+
----
567+
<b:bean name="annotationExpressionTemplateDefaults" class="org.springframework.security.core.annotation.AnnotationTemplateExpressionDefaults"/>
568+
----
562569
======
563570

564571
and then you can supply a parameter to `@CurrentUser` like so:

0 commit comments

Comments
 (0)