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.
|
org.springframework.web.context.support |
Classes supporting the
org.springframework.web.context package,
such as WebApplicationContext implementations and various utility classes. |
Modifier and Type | Method and Description |
---|---|
ConfigurableWebEnvironment |
ConfigurableWebApplicationContext.getEnvironment()
Return the
ConfigurableWebEnvironment used by this web application context. |
Modifier and Type | Class and Description |
---|---|
class |
StandardServletEnvironment
Environment implementation to be used by Servlet -based web
applications. |
Modifier and Type | Method and Description |
---|---|
ConfigurableWebEnvironment |
AbstractRefreshableWebApplicationContext.getEnvironment() |
ConfigurableWebEnvironment |
GenericWebApplicationContext.getEnvironment() |
ConfigurableWebEnvironment |
StaticWebApplicationContext.getEnvironment() |
Copyright © 2014. All rights reserved.