Browse Source

Link to all built-in `Resource` implementations

See gh-26447
pull/26556/head
Sam Brannen 4 years ago
parent
commit
1e57e572dd
  1. 7
      src/docs/asciidoc/core/core-resources.adoc

7
src/docs/asciidoc/core/core-resources.adoc

@ -133,8 +133,7 @@ work. @@ -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: @@ -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]]

Loading…
Cancel
Save