Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » core » io » [javadoc | source]
org.springframework.core.io
static class: FileSystemResourceLoader.FileSystemContextResource [javadoc | source]
java.lang.Object
   org.springframework.core.io.AbstractResource
      org.springframework.core.io.FileSystemResource
         org.springframework.core.io.FileSystemResourceLoader$FileSystemContextResource

All Implemented Interfaces:
    ContextResource, Resource

FileSystemResource that explicitly expresses a context-relative path through implementing the ContextResource interface.
Constructor:
 public FileSystemContextResource(String path) 
Method from org.springframework.core.io.FileSystemResourceLoader$FileSystemContextResource Summary:
getPathWithinContext
Methods from org.springframework.core.io.FileSystemResource:
createRelative,   equals,   exists,   getDescription,   getFile,   getFilename,   getInputStream,   getPath,   getURI,   getURL,   hashCode,   isReadable
Methods from org.springframework.core.io.AbstractResource:
createRelative,   equals,   exists,   getFile,   getFileForLastModifiedCheck,   getFilename,   getURI,   getURL,   hashCode,   isOpen,   isReadable,   lastModified,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.core.io.FileSystemResourceLoader$FileSystemContextResource Detail:
 public String getPathWithinContext()