Uses of Interface
org.springframework.context.ResourceLoaderAware
Packages that use 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.
Support classes for Spring's scripting package.
-
Uses of ResourceLoaderAware in org.springframework.context.annotation
Classes in org.springframework.context.annotation that implement ResourceLoaderAwareModifier 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
Classes in org.springframework.context.support that implement ResourceLoaderAwareModifier 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.scripting.support
Classes in org.springframework.scripting.support that implement ResourceLoaderAwareModifier and TypeClassDescriptionclass
BeanPostProcessor
that handlesScriptFactory
definitions, replacing each factory with the actual scripted Java object generated by it.