class |
AbstractFileResolvingResource |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Abstract base class for resources which resolve URLs into File references,
such as UrlResource or ClassPathResource.
|
class |
ByteArrayResource |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Resource implementation for a given byte array.
|
class |
ClassPathResource |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Resource implementation for class path resources.
|
protected static class |
DefaultResourceLoader.ClassPathContextResource |
ClassPathResource that explicitly expresses a context-relative path
through implementing the ContextResource interface.
|
class |
FileSystemResource |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Resource implementation for java.io.File and
java.nio.file.Path handles with a file system target.
|
class |
FileUrlResource |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Subclass of UrlResource which assumes file resolution, to the degree
of implementing the WritableResource interface for it.
|
class |
InputStreamResource |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Resource implementation for a given InputStream.
|
class |
PathResource |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Resource implementation for Path handles,
performing all operations and transformations via the Path API.
|
class |
UrlResource |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Resource implementation for java.net.URL locators.
|
class |
VfsResource |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
JBoss VFS based Resource implementation.
|