public class MockResourceLoader extends DefaultResourceLoader
Loads from the file system if its not found on the classpath. Useful for mock testing.
Type Params | Return Type | Name and description |
---|---|---|
|
public Resource |
getResource(java.lang.String location) |