All Implemented Interfaces:
InputStreamSource
All Known Implementing Classes:
FileSystemContextResource, InputStreamResource, ContextResource, FileSystemResource, UrlResource, DescriptiveResource, PortletContextResource, ClassPathResource, AbstractResource, BeanDefinitionResource, ByteArrayResource, ServletContextResource, ClassPathContextResource
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 |
|