Link to all built-in Resource implementations

See gh-26447
This commit is contained in:
Sam Brannen
2021-02-16 10:29:41 +01:00
parent 829000d511
commit 1e57e572dd

View File

@@ -133,8 +133,7 @@ work.
[[resources-implementations]]
== Built-in `Resource` Implementations
Spring includes several built-in `Resource` implementations, including but not limited to
the following:
Spring includes several built-in `Resource` implementations:
* <<resources-implementations-urlresource>>
* <<resources-implementations-classpathresource>>
@@ -144,6 +143,10 @@ the following:
* <<resources-implementations-inputstreamresource>>
* <<resources-implementations-bytearrayresource>>
For a complete list of `Resource` implementations available in Spring, consult the
"All Known Implementing Classes" section of the
{api-spring-framework}/core/io/Resource.html[`Resource`] javadoc.
[[resources-implementations-urlresource]]