Uses of Class
org.springframework.context.event.ContextRefreshedEvent
Packages that use ContextRefreshedEvent
Package
Description
Support package for declarative messaging configuration,
with Java configuration and XML schema support.
Support classes for serving static resources.
Provides servlets that integrate with the application context
infrastructure, and the core interfaces and classes for the
Spring web MVC framework.
Support classes for serving static resources.
-
Uses of ContextRefreshedEvent in org.springframework.jms.config
Classes in org.springframework.jms.config that implement interfaces with type arguments of type ContextRefreshedEventModifier and TypeClassDescriptionclass
Creates the necessaryMessageListenerContainer
instances for the registered endpoints.Methods in org.springframework.jms.config with parameters of type ContextRefreshedEventModifier and TypeMethodDescriptionvoid
JmsListenerEndpointRegistry.onApplicationEvent
(ContextRefreshedEvent event) -
Uses of ContextRefreshedEvent in org.springframework.web.reactive.resource
Classes in org.springframework.web.reactive.resource that implement interfaces with type arguments of type ContextRefreshedEventModifier and TypeClassDescriptionclass
A central component to use to obtain the public URL path that clients should use to access a static resource.Methods in org.springframework.web.reactive.resource with parameters of type ContextRefreshedEventModifier and TypeMethodDescriptionvoid
ResourceUrlProvider.onApplicationEvent
(ContextRefreshedEvent event) -
Uses of ContextRefreshedEvent in org.springframework.web.servlet
Methods in org.springframework.web.servlet with parameters of type ContextRefreshedEventModifier and TypeMethodDescriptionvoid
FrameworkServlet.onApplicationEvent
(ContextRefreshedEvent event) Callback that receives refresh events from this servlet's WebApplicationContext. -
Uses of ContextRefreshedEvent in org.springframework.web.servlet.resource
Classes in org.springframework.web.servlet.resource that implement interfaces with type arguments of type ContextRefreshedEventModifier and TypeClassDescriptionclass
A central component to use to obtain the public URL path that clients should use to access a static resource.Methods in org.springframework.web.servlet.resource with parameters of type ContextRefreshedEventModifier and TypeMethodDescriptionvoid
ResourceUrlProvider.onApplicationEvent
(ContextRefreshedEvent event)