Browse Source

Polish JSP documentation

This commit ensures consistency with the documentation of other view
resolvers.

See gh-35444
pull/35428/head
Sébastien Deleuze 3 months ago
parent
commit
f8823ddc11
  1. 8
      framework-docs/modules/ROOT/pages/web/webmvc-view/mvc-jsp.adoc

8
framework-docs/modules/ROOT/pages/web/webmvc-view/mvc-jsp.adoc

@ -37,9 +37,11 @@ XML:: @@ -37,9 +37,11 @@ XML::
+
[source,xml,indent=0,subs="verbatim,quotes"]
----
<mvc:view-resolvers>
<mvc:jsp />
</mvc:view-resolvers>
<mvc:annotation-driven/>
<mvc:view-resolvers>
<mvc:jsp/>
</mvc:view-resolvers>
----
======

Loading…
Cancel
Save