Uses of Interface
org.springframework.core.io.ProtocolResolver
Package
Description
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.
Generic abstraction for (file-based) resources, used throughout the framework.
-
Uses of ProtocolResolver in org.springframework.context
Modifier and TypeMethodDescriptionvoid
ConfigurableApplicationContext.addProtocolResolver
(ProtocolResolver resolver) Register the given protocol resolver with this application context, allowing for additional resource protocols to be handled. -
Uses of ProtocolResolver in org.springframework.core.io
Modifier and TypeMethodDescriptionDefaultResourceLoader.getProtocolResolvers()
Return the collection of currently registered protocol resolvers, allowing for introspection as well as modification.Modifier and TypeMethodDescriptionvoid
DefaultResourceLoader.addProtocolResolver
(ProtocolResolver resolver) Register the given resolver with this resource loader, allowing for additional protocols to be handled.