Default implementation of the {@link ResourceLoader} interface.Used by {@link ResourceEditor}, and serves as base class for {@link org.springframework.context.support.AbstractApplicationContext}. Can also be used standalone.
Will return a {@link UrlResource} if the location value is a URL,and a {@link ClassPathResource} if it is a non-URL path or a"classpath:" pseudo-URL.
@author Juergen Hoeller
@since 10.03.2004
@see FileSystemResourceLoader
@see org.springframework.context.support.ClassPathXmlApplicationContext