| Class and Description |
|---|
| AbstractFileResolvingResource
Abstract base class for resources which resolve URLs into File references,
such as
UrlResource or ClassPathResource. |
| AbstractResource
Convenience base class for
Resource implementations, pre-implementing
typical behavior. |
ClassPathResource
Resource implementation for class path resources. |
| ContextResource
Extended interface for a resource that is loaded from an enclosing 'context',
e.g. from a
javax.servlet.ServletContext or a
javax.portlet.PortletContext but also from plain classpath paths or
relative file system paths (specified without an explicit prefix, hence
applying relative to the local ResourceLoader's context). |
| InputStreamSource
Simple interface for objects that are sources for an
InputStream. |
| Resource
Interface for a resource descriptor that abstracts from the actual type of
underlying resource, such as a file or class path resource.
|
| Class and Description |
|---|
| AbstractFileResolvingResource
Abstract base class for resources which resolve URLs into File references,
such as
UrlResource or ClassPathResource. |
| AbstractResource
Convenience base class for
Resource implementations, pre-implementing
typical behavior. |
| InputStreamSource
Simple interface for objects that are sources for an
InputStream. |
| Resource
Interface for a resource descriptor that abstracts from the actual type of
underlying resource, such as a file or class path resource.
|
| WritableResource
Extended interface for a resource that supports writing to it.
|
| Class and Description |
|---|
| Resource
Interface for a resource descriptor that abstracts from the actual type of
underlying resource, such as a file or class path resource.
|
| Class and Description |
|---|
| Resource
Interface for a resource descriptor that abstracts from the actual type of
underlying resource, such as a file or class path resource.
|
Copyright © 2018. All rights reserved.