|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.core.io.AbstractResource
org.springframework.core.io.FileSystemResource
org.springframework.core.io.FileSystemResourceLoader.FileSystemContextResource
private static class FileSystemResourceLoader.FileSystemContextResource
FileSystemResource that explicitly expresses a context-relative path through implementing the ContextResource interface.
| Constructor Summary | |
|---|---|
FileSystemResourceLoader.FileSystemContextResource(java.lang.String path)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getPathWithinContext()
Return the path within the enclosing 'context'. |
| Methods inherited from class org.springframework.core.io.FileSystemResource |
|---|
createRelative, equals, exists, getDescription, getFile, getFilename, getInputStream, getPath, getURI, getURL, hashCode, isReadable |
| Methods inherited from class org.springframework.core.io.AbstractResource |
|---|
contentLength, getFileForLastModifiedCheck, isOpen, lastModified, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.springframework.core.io.Resource |
|---|
contentLength, createRelative, exists, getDescription, getFile, getFilename, getURI, getURL, isOpen, isReadable, lastModified |
| Methods inherited from interface org.springframework.core.io.InputStreamSource |
|---|
getInputStream |
| Constructor Detail |
|---|
public FileSystemResourceLoader.FileSystemContextResource(java.lang.String path)
| Method Detail |
|---|
public java.lang.String getPathWithinContext()
ContextResourceThis is typically path relative to a context-specific root directory, e.g. a ServletContext root or a PortletContext root.
getPathWithinContext in interface ContextResource
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||