Structural Fixes

This commit is contained in:
Rob Winch
2023-04-20 09:51:32 -05:00
committed by rstoyanchev
parent 3774e9be7a
commit 7b0ba0188f
21 changed files with 103 additions and 142 deletions

View File

@@ -484,7 +484,3 @@ Note that you can also set the default timeout value on a `DeferredResult`,
a `ResponseBodyEmitter`, and an `SseEmitter`. For a `Callable`, you can use
`WebAsyncTask` to provide a timeout value.
include:../:webmvc-cors.adoc[leveloffset=+1]

View File

@@ -187,8 +187,3 @@ for optimal performance. See the section on configuring xref:web/webmvc/mvc-conf
You can use the `ShallowEtagHeaderFilter` to add "`shallow`" `eTag` values that are computed from the
response content and, thus, save bandwidth but not CPU time. See xref:web/webmvc/filters.adoc#filters-shallow-etag[Shallow ETag].
include:../:webmvc-view.adoc[leveloffset=+1]

View File

@@ -59,7 +59,6 @@ performance if used extensively. See the
{api-spring-framework}/web/bind/annotation/ControllerAdvice.html[`@ControllerAdvice`]
javadoc for more details.
include:../../:webmvc-functional.adoc[leveloffset=+1]

View File

@@ -97,6 +97,6 @@ controller-specific `Formatter` implementations, as the following example shows:
== Model Design
[.small]#xref:web/webflux/controller/ann-initbinder.adoc#webflux-ann-initbinder-model-design[See equivalent in the Reactive stack]#
include:../../:web-data-binding-model-design.adoc[]
include::partial$web/web-data-binding-model-design.adoc[]

View File

@@ -5,7 +5,7 @@
This section describes various options available in the Spring Framework to work with URI's.
include:../:web-uris.adoc[leveloffset=+2]
include::partial$web/web-uris.adoc[leveloffset=+1]