Package | Description |
---|---|
org.springframework.scheduling.annotation |
JDK 1.5+ annotation for asynchronous method execution.
|
org.springframework.scheduling.config |
Support package for declarative scheduling configuration,
with XML schema being the primary configuration format.
|
org.springframework.web.portlet |
Provides JSR-168 portlets that integrate with the application context
infrastructure, and the core interfaces and classes for the Portlet
variant of Spring's web MVC framework.
|
org.springframework.web.servlet |
Provides servlets that integrate with the application context
infrastructure, and the core interfaces and classes for the
Spring web MVC framework.
|
Modifier and Type | Method and Description |
---|---|
void |
ScheduledAnnotationBeanPostProcessor.onApplicationEvent(ContextRefreshedEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ContextLifecycleScheduledTaskRegistrar.onApplicationEvent(ContextRefreshedEvent event)
Actually schedule the tasks at the right time of the context lifecycle,
if we're running within an ApplicationContext.
|
Modifier and Type | Method and Description |
---|---|
void |
FrameworkPortlet.onApplicationEvent(ContextRefreshedEvent event)
ApplicationListener endpoint that receives events from this servlet's
WebApplicationContext.
|
Modifier and Type | Method and Description |
---|---|
void |
FrameworkServlet.onApplicationEvent(ContextRefreshedEvent event)
Callback that receives refresh events from this servlet's WebApplicationContext.
|
Copyright © 2015. All rights reserved.