Skip to content

Commit

Permalink
Link to all built-in Resource implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Feb 16, 2021
1 parent 829000d commit 1e57e57
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/docs/asciidoc/core/core-resources.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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>>
Expand All @@ -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]]
Expand Down

0 comments on commit 1e57e57

Please sign in to comment.