java.lang.Objectorg.springframework.core.io.DefaultResourceLoader
org.springframework.core.io.FileSystemResourceLoader
All Implemented Interfaces:
ResourceLoader
NOTE: Plain paths will always be interpreted as relative to the current VM working directory, even if they start with a slash. (This is consistent with the semantics in a Servlet container.) Use an explicit "file:" prefix to enforce an absolute file path.
org.springframework.context.support.FileSystemXmlApplicationContext is a full-fledged ApplicationContext implementation that provides the same resource path resolution strategy.
Juergen - Hoeller1.1.3 - | Method from org.springframework.core.io.FileSystemResourceLoader Summary: |
|---|
| getResourceByPath |
| Methods from org.springframework.core.io.DefaultResourceLoader: |
|---|
| getClassLoader, getResource, getResourceByPath, setClassLoader |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.springframework.core.io.FileSystemResourceLoader Detail: |
|---|
Note: Even if a given path starts with a slash, it will get interpreted as relative to the current VM working directory. |