| Package | Description | 
|---|---|
| org.springframework.core.io | Generic abstraction for (file-based) resources, used throughout the framework. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClassPathResourceResourceimplementation for class path resources. | 
| protected static class  | DefaultResourceLoader.ClassPathContextResourceClassPathResource that explicitly expresses a context-relative path
 through implementing the ContextResource interface. | 
| class  | FileUrlResourceSubclass of  UrlResourcewhich assumes file resolution, to the degree
 of implementing theWritableResourceinterface for it. | 
| class  | UrlResourceResourceimplementation forjava.net.URLlocators. |