Package | Description |
---|---|
org.springframework.context |
This package builds on the beans package to add support for
message sources and for the Observer design pattern, and the
ability for application objects to obtain resources using a
consistent API.
|
org.springframework.core.io |
Generic abstraction for (file-based) resources, used throughout the framework.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableApplicationContext.addProtocolResolver(ProtocolResolver resolver)
Register the given protocol resolver with this application context,
allowing for additional resource protocols to be handled.
|
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.
|