Package com.interface21.web.context
Contains the application context subinterface for web applications,
and the ContextLoaderListener that bootstraps the root web
application context.
See:
Description
|
Class Summary |
| ContextLoader |
Performs the actual initialization work for the root application context.
|
| ContextLoaderListener |
Bootstrap listener to start up Spring's root WebApplicationContext.
|
| RequestHandledEvent |
Event raised when a request is handled by our web framework. |
Package com.interface21.web.context Description
Contains the application context subinterface for web applications,
and the ContextLoaderListener that bootstraps the root web
application context.
Rod Johnson and Spring contributors 2001-2003.