Package | Description |
---|---|
org.springframework.web.context |
Contains a variant of the application context interface for web applications,
and the ContextLoaderListener that bootstraps a root web application context.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextLoaderListener
Bootstrap listener to start up and shut down Spring's root
WebApplicationContext . |
Modifier and Type | Method and Description |
---|---|
protected ContextLoader |
ContextLoaderListener.createContextLoader()
Deprecated.
in favor of simply subclassing ContextLoaderListener itself
(which extends ContextLoader, as of Spring 3.0)
|
ContextLoader |
ContextLoaderListener.getContextLoader()
Deprecated.
in favor of simply subclassing ContextLoaderListener itself
(which extends ContextLoader, as of Spring 3.0)
|
Copyright © 2015. All rights reserved.