| Class |
Description |
|
DefaultResourceLocator
|
Default ResourceLocator implementation that doesn't take into account servlet loading. |
|
MockFileResource
|
Mocks the behavior of a FileResource. |
|
MockResourceLoader
|
Loads from the file system if its not found on the classpath. |
|
MockStringResourceLoader
|
Loads Resources from Strings that are registered as Mock resources. |
|
SimpleMapResourceLoader
|
Simple implementation of the ResourceLoader interface that uses a Map to load resources. |
|
StaticResourceLocator
|
A static resource locator that uses an internal map to locate resources. |