Package | Description |
---|---|
org.springframework.scheduling.annotation |
JDK 1.5+ annotation for asynchronous method execution.
|
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 |
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.