get
Return a ResourceLoader supporting additional ProtocolResolvers registered in spring.factories
. The factories file will be resolved using the default class loader at the time this call is made. Resources will be resolved using the default class loader at the time they are resolved.
Return
a ResourceLoader instance
Since
3.4.0
Return a ResourceLoader supporting additional ProtocolResolvers registered in spring.factories
. The factories files and resources will be resolved using the specified class loader.
Return
a ResourceLoader instance
Since
3.4.0
Parameters
the class loader to use or null
to use the default classloader
Return a ResourceLoader supporting additional ProtocolResolvers registered in spring.factories
.
Return
a ResourceLoader instance
Since
3.4.0
Parameters
the class loader to use or null
to use the default classloader
the SpringFactoriesLoader used to load ProtocolResolvers
Return a ResourceLoader supporting additional ProtocolResolvers registered in spring.factories
.
Return
a ResourceLoader instance
Since
3.5.0
Parameters
the class loader to use or null
to use the default classloader
the SpringFactoriesLoader used to load ProtocolResolvers
the working directory
Return a ResourceLoader delegating to the given resource loader and supporting additional ProtocolResolvers registered in spring.factories
. The factories file will be resolved using the default class loader at the time this call is made.
Return
a ResourceLoader instance
Since
3.4.0
Parameters
the delegate resource loader
Return a ResourceLoader delegating to the given resource loader and supporting additional ProtocolResolvers registered in spring.factories
. The factories file will be resolved using the default class loader at the time this call is made.
Return
a ResourceLoader instance
Since
3.4.1
Parameters
the delegate resource loader
if file based resolution is preferred over ServletContextResource
or ClassPathResource when no resource prefixis provided.
Return a ResourceLoader delegating to the given resource loader and supporting additional ProtocolResolvers registered in spring.factories
.
Return
a ResourceLoader instance
Since
3.4.0
Parameters
the delegate resource loader
the SpringFactoriesLoader used to load ProtocolResolvers