Class PreferFileSystemResourceLoader

java.lang.Object
org.springframework.core.io.DefaultResourceLoader
net.shibboleth.shared.spring.resource.PreferFileSystemResourceLoader
All Implemented Interfaces:
ResourceLoader

public class PreferFileSystemResourceLoader extends DefaultResourceLoader
An extension of DefaultResourceLoader that (1) is biased in favor of the filesystem such that bare resource paths are assumed to be files rather than classpath resources and (2) supports loading "classpath*:" resources.