Merge branch '6.1.x'
This commit is contained in:
commit
973d815763
|
@ -883,11 +883,12 @@ for example, for processing all events asynchronously and/or for handling listen
|
||||||
== Convenient Access to Low-level Resources
|
== Convenient Access to Low-level Resources
|
||||||
|
|
||||||
For optimal usage and understanding of application contexts, you should familiarize
|
For optimal usage and understanding of application contexts, you should familiarize
|
||||||
yourself with Spring's `Resource` abstraction, as described in xref:web/webflux-webclient/client-builder.adoc#webflux-client-builder-reactor-resources[Resources].
|
yourself with Spring's `Resource` abstraction, as described in
|
||||||
|
xref:core/resources.adoc[Resources].
|
||||||
|
|
||||||
An application context is a `ResourceLoader`, which can be used to load `Resource` objects.
|
An application context is a `ResourceLoader`, which can be used to load `Resource` objects.
|
||||||
A `Resource` is essentially a more feature rich version of the JDK `java.net.URL` class.
|
A `Resource` is essentially a more feature rich version of the JDK `java.net.URL` class.
|
||||||
In fact, the implementations of the `Resource` wrap an instance of `java.net.URL`, where
|
In fact, implementations of `Resource` wrap an instance of `java.net.URL`, where
|
||||||
appropriate. A `Resource` can obtain low-level resources from almost any location in a
|
appropriate. A `Resource` can obtain low-level resources from almost any location in a
|
||||||
transparent fashion, including from the classpath, a filesystem location, anywhere
|
transparent fashion, including from the classpath, a filesystem location, anywhere
|
||||||
describable with a standard URL, and some other variations. If the resource location
|
describable with a standard URL, and some other variations. If the resource location
|
||||||
|
|
Loading…
Reference in New Issue