ApplicationContext
provides information about the running context of the application. Each context is shared by all applications that are open for one user. In a web-environment this corresponds to a HttpSession.
@author IT Mill Ltd.
@version 6.4.8
@since 3.1
ServletContext
that represents a web application's execution environment. An instance of this class is associated with each instance of StandardContext
.
@author Craig R. McClanahan
@author Remy Maucherat
@version $Revision: 377994 $ $Date: 2006-02-15 07:37:28 -0500 (Wed, 15 Feb 2006) $
An ApplicationContext provides:
In addition to standard {@link org.springframework.beans.factory.BeanFactory}lifecycle capabilities, ApplicationContext implementations detect and invoke {@link ApplicationContextAware} beans as well as {@link ResourceLoaderAware}, {@link ApplicationEventPublisherAware} and {@link MessageSourceAware} beans. @author Rod Johnson @author Juergen Hoeller @see ConfigurableApplicationContext @see org.springframework.beans.factory.BeanFactory @see org.springframework.core.io.ResourceLoader
TODO Fire events when entries are added to/removed from the cache?
TODO Provide a means of mapping common "actions" to keystrokes (e.g. "copy" to Control-C or Command-C) @author gbrown
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|