Uses of Interface
org.springframework.context.ResourceLoaderAware
Package
Description
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.
Defines the Spring JDBC configuration namespace.
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 setting up
FreeMarker
within a Spring application context.
Support classes for the integration of
FreeMarker
as Spring web view technology.
Support classes for the integration of
FreeMarker
as Spring web view technology.
-
Uses of ResourceLoaderAware in org.springframework.context.annotation
Modifier and TypeClassDescriptionclass
A bean definition scanner that detects bean candidates on the classpath, registering corresponding bean definitions with a given registry (BeanFactory
orApplicationContext
).class
A component provider that scans for candidate components starting from a specified base package.class
BeanFactoryPostProcessor
used for bootstrapping processing of@Configuration
classes. -
Uses of ResourceLoaderAware in org.springframework.context.support
Modifier and TypeClassDescriptionclass
Spring-specificMessageSource
implementation that accesses resource bundles using specified basenames, participating in the SpringApplicationContext
's resource loading. -
Uses of ResourceLoaderAware in org.springframework.jdbc.config
Modifier and TypeClassDescriptionclass
FactoryBean
implementation that takes a list of location Strings and creates a sorted array ofResource
instances. -
Uses of ResourceLoaderAware in org.springframework.orm.hibernate5
-
Uses of ResourceLoaderAware in org.springframework.orm.jpa
Modifier and TypeClassDescriptionclass
FactoryBean
that creates a JPAEntityManagerFactory
according to JPA's standard container bootstrap contract. -
Uses of ResourceLoaderAware in org.springframework.orm.jpa.persistenceunit
Modifier and TypeClassDescriptionclass
Default implementation of thePersistenceUnitManager
interface. -
Uses of ResourceLoaderAware in org.springframework.scheduling.quartz
Modifier and TypeClassDescriptionclass
Common base class for accessing a Quartz Scheduler, i.e.class
Spring bean-style class for accessing a Quartz Scheduler, i.e.class
FactoryBean
that creates and configures a QuartzScheduler
, manages its lifecycle as part of the Spring application context, and exposes the Scheduler as bean reference for dependency injection. -
Uses of ResourceLoaderAware in org.springframework.scripting.support
Modifier and TypeClassDescriptionclass
BeanPostProcessor
that handlesScriptFactory
definitions, replacing each factory with the actual scripted Java object generated by it. -
Uses of ResourceLoaderAware in org.springframework.ui.freemarker
Modifier and TypeClassDescriptionclass
Factory bean that creates a FreeMarkerConfiguration
and provides it as a bean reference. -
Uses of ResourceLoaderAware in org.springframework.web.reactive.result.view.freemarker
Modifier and TypeClassDescriptionclass
Configures FreeMarker for web usage via the "configLocation", "freemarkerSettings", or "templateLoaderPath" properties. -
Uses of ResourceLoaderAware in org.springframework.web.servlet.view.freemarker
Modifier and TypeClassDescriptionclass
Bean to configure FreeMarker for web usage, via the "configLocation", "freemarkerSettings", or "templateLoaderPath" properties.