Uses of Interface
org.springframework.context.ApplicationContextAware
Packages that use ApplicationContextAware
Package
Description
Support classes for application events, like standard context events.
Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
Annotation support for asynchronous method execution.
Support classes for integrating a JSR-303 Bean Validation provider
(such as Hibernate Validator) into a Spring ApplicationContext
and in particular with Spring's data binding and validation APIs.
-
Uses of ApplicationContextAware in org.springframework.context.event
Classes in org.springframework.context.event that implement ApplicationContextAwareModifier and TypeClassDescriptionclassRegistersEventListenermethods as individualApplicationListenerinstances. -
Uses of ApplicationContextAware in org.springframework.context.support
Classes in org.springframework.context.support that implement ApplicationContextAwareModifier and TypeClassDescriptionclassConvenient superclass for application objects that want to be aware of the application context, e.g. -
Uses of ApplicationContextAware in org.springframework.scheduling.annotation
Classes in org.springframework.scheduling.annotation that implement ApplicationContextAwareModifier and TypeClassDescriptionclassBean post-processor that registers methods annotated with@Scheduledto be invoked by aTaskScheduleraccording to the "fixedRate", "fixedDelay", or "cron" expression provided via the annotation. -
Uses of ApplicationContextAware in org.springframework.validation.beanvalidation
Classes in org.springframework.validation.beanvalidation that implement ApplicationContextAwareModifier and TypeClassDescriptionclassThis is the central class forjakarta.validation(JSR-303) setup in a Spring application context: It bootstraps ajakarta.validation.ValidationFactoryand exposes it through the SpringValidatorinterface as well as through the JSR-303Validatorinterface and theValidatorFactoryinterface itself.classLocalValidatorFactoryBeansubclass that simply turnsValidatorcalls into no-ops in case of no Bean Validation provider being available.