| 接口 | 说明 |
|---|---|
| Resource |
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
|
| ResourceLoader |
Simple interface for loading resources (e.. class path or file system
resources).
|
| StreamSource |
Simple interface for objects that are sources for an
InputStream
or an OutputStream or them both. |
| 类 | 说明 |
|---|---|
| AbstractResource | |
| ClassPathResource | |
| DefaultResourceLoader | |
| FileSystemResource | |
| UrlResource |
Copyright © 2024. All Rights Reserved.