| Package | Description | 
|---|---|
| org.springframework.core.io | Generic abstraction for (file-based) resources, used throughout the framework. | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<ProtocolResolver> | DefaultResourceLoader. getProtocolResolvers()Return the collection of currently registered protocol resolvers,
 allowing for introspection as well as modification. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DefaultResourceLoader. addProtocolResolver(ProtocolResolver resolver)Register the given resolver with this resource loader, allowing for
 additional protocols to be handled. |