Uses of Interface
org.springframework.core.io.ResourceLoader

Packages that use ResourceLoader
Package
Description
Classes supporting the org.springframework.beans.factory package.
Contains an abstract XML-based BeanFactory implementation, including a standard "spring-beans" XSD.
Classes supporting the org.springframework.beans package, such as utility classes for sorting and holding lists of beans.
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.
Annotation support for the Application Context, including JSR-250 "common" annotations, component-scanning, and Java-based metadata for creating Spring-managed objects.
Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation.
Generic abstraction for (file-based) resources, used throughout the framework.
Support classes for Spring's resource abstraction.
Support classes for reading annotation and class-level metadata.
Defines the Spring JDBC configuration namespace.
Provides extensible support for creating embedded database instances.
A comprehensive set of Servlet API 6.0 mock objects, targeted at usage with Spring's Web MVC framework.
Package providing integration of Hibernate 5.x with Spring concepts.
Package providing integration of JPA (Java Persistence API) with Spring concepts.
Internal support for managing JPA persistence units.
Support classes for the open source scheduler Quartz, allowing to set up Quartz Schedulers, JobDetails and Triggers as beans in a Spring context.
Support classes for Spring's scripting package.
Support classes for the Spring TestContext Framework.
Common utilities used within the Spring TestContext Framework.
Support classes for setting up FreeMarker within a Spring application context.
Contains a variant of the application context interface for web applications, and the ContextLoaderListener that bootstraps a root web application context.
Classes supporting the org.springframework.web.context package, such as WebApplicationContext implementations and various utility classes.
Spring WebFlux configuration infrastructure.
Support classes for serving static resources.