All Implemented Interfaces:
InputStreamSource
All Known Implementing Classes:
ByteArrayResource, ClassRelativeContextResource, ContextResource, UrlResource, ClassPathResource, InputStreamResource, PortletContextResource, FileSystemContextResource, DescriptiveResource, ClassPathContextResource, ServletContextResource, BeanDefinitionResource, FileSystemResource, AbstractFileResolvingResource, VfsResource, AbstractResource
An InputStream can be opened for every resource if it exists in physical form, but a URL or File handle can just be returned for certain resources. The actual behavior is implementation-specific.
Juergen
- Hoeller28.12.2003
- Method from org.springframework.core.io.Resource Summary: |
---|
createRelative, exists, getDescription, getFile, getFilename, getURI, getURL, isOpen, isReadable, lastModified |
Method from org.springframework.core.io.Resource Detail: |
---|
|
This method performs a definitive existence check, whereas the
existence of a |
Implementations are also encouraged to return this value
from their |
|
|
|
|
Will be |
Will be |
|