Structural Fixes
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
|
||||
@@ -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]
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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]
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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[]
|
||||
|
||||
|
||||
|
||||
@@ -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]
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user