Link to all built-in `Resource` implementations
See gh-26447
This commit is contained in:
parent
829000d511
commit
1e57e572dd
|
@ -133,8 +133,7 @@ work.
|
||||||
[[resources-implementations]]
|
[[resources-implementations]]
|
||||||
== Built-in `Resource` Implementations
|
== Built-in `Resource` Implementations
|
||||||
|
|
||||||
Spring includes several built-in `Resource` implementations, including but not limited to
|
Spring includes several built-in `Resource` implementations:
|
||||||
the following:
|
|
||||||
|
|
||||||
* <<resources-implementations-urlresource>>
|
* <<resources-implementations-urlresource>>
|
||||||
* <<resources-implementations-classpathresource>>
|
* <<resources-implementations-classpathresource>>
|
||||||
|
@ -144,6 +143,10 @@ the following:
|
||||||
* <<resources-implementations-inputstreamresource>>
|
* <<resources-implementations-inputstreamresource>>
|
||||||
* <<resources-implementations-bytearrayresource>>
|
* <<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]]
|
[[resources-implementations-urlresource]]
|
||||||
|
|
Loading…
Reference in New Issue