[docs] Reorder View Technologies

From:
  Thymeleaf
  Groovy Markup
  FreeMarker
  JSP & JSTL
  Script Views
  XML
  Tiles
  XSLT
  PDF, Excel
  RSS, Atom
  Jackson

To:
  Thymeleaf
  FreeMarker
  Groovy Markup
  Script views
  JSP & JSTL
  Tiles
  RSS, Atom
  PDF, Excel
  Jackson
  XML
  XSLT

Also move View Technologies after MVC Config to align order with
WebFlux config.

Issue: SPR-16393
This commit is contained in:
Rossen Stoyanchev
2018-01-29 15:57:34 -05:00
parent e76973c5f0
commit 49eec6248d
2 changed files with 493 additions and 492 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -3760,6 +3760,11 @@ https://tools.ietf.org/html/rfc7232#section-2.3[RFC 7232 Section 2.3].
include::webmvc-view.adoc[leveloffset=+1]
[[mvc-config]]
== MVC Config
[.small]#<<web-reactive.adoc#webflux-config,Same in Spring WebFlux>>#
@@ -4578,10 +4583,6 @@ detected through a `<component scan/>` declaration.
include::webmvc-view.adoc[leveloffset=+1]
[[mvc-http2]]
== HTTP/2
[.small]#<<web-reactive.adoc#webflux-http2,Same in Spring WebFlux>>#