Browse Source

[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
pull/1656/head
Rossen Stoyanchev 7 years ago
parent
commit
49eec6248d
  1. 1248
      src/docs/asciidoc/web/webmvc-view.adoc
  2. 9
      src/docs/asciidoc/web/webmvc.adoc

1248
src/docs/asciidoc/web/webmvc-view.adoc

File diff suppressed because it is too large Load Diff

9
src/docs/asciidoc/web/webmvc.adoc

@ -3760,6 +3760,11 @@ https://tools.ietf.org/html/rfc7232#section-2.3[RFC 7232 Section 2.3]. @@ -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. @@ -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>>#

Loading…
Cancel
Save