|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebApplicationContext | |
org.springframework.remoting.jaxrpc | Remoting classes for Web Services via JAX-RPC. |
org.springframework.web.context | Contains the application context subinterface for web applications, and the ContextLoaderListener that bootstraps the root web application context. |
org.springframework.web.context.support | Classes supporting the org.springframework.web.context package, such as WebApplicationContext implementations, and a utility class for retrieval of the root application context etc. |
org.springframework.web.jsf | Support classes for integrating a JSF web tier with a Spring middle tier which is hosted in a Spring root WebApplicationContext. |
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. |
org.springframework.web.servlet.support | Support classes for Spring's web MVC framework. |
org.springframework.web.servlet.view.tiles | Support classes for the integration of Tiles (included in Struts) as Spring web view technology. |
org.springframework.web.struts | Support classes for integrating a Struts web tier with a Spring middle tier which is typically hosted in a Spring root WebApplicationContext. |
Uses of WebApplicationContext in org.springframework.remoting.jaxrpc |
Methods in org.springframework.remoting.jaxrpc that return WebApplicationContext | |
protected WebApplicationContext |
ServletEndpointSupport.getWebApplicationContext()
Return the current Spring WebApplicationContext. |
Uses of WebApplicationContext in org.springframework.web.context |
Subinterfaces of WebApplicationContext in org.springframework.web.context | |
interface |
ConfigurableWebApplicationContext
Interface to be implemented by configurable web application contexts. |
Methods in org.springframework.web.context that return WebApplicationContext | |
WebApplicationContext |
ContextLoader.initWebApplicationContext(ServletContext servletContext)
Initialize Spring's web application context for the given servlet context, regarding the "contextClass" and "contextConfigLocation" context-params. |
protected WebApplicationContext |
ContextLoader.createWebApplicationContext(ServletContext servletContext,
ApplicationContext parent)
Instantiate the root WebApplicationContext for this loader, either a default XmlWebApplicationContext or a custom context class if specified. |
Uses of WebApplicationContext in org.springframework.web.context.support |
Classes in org.springframework.web.context.support that implement WebApplicationContext | |
class |
AbstractRefreshableWebApplicationContext
AbstractRefreshableApplicationContext subclass that implements the ConfigurableWebApplicationContext interface for web environments. |
class |
StaticWebApplicationContext
Static WebApplicationContext implementation for testing. |
class |
XmlWebApplicationContext
WebApplicationContext implementation that takes configuration from an XML document, understood by an XmlBeanDefinitionReader. |
Methods in org.springframework.web.context.support that return WebApplicationContext | |
protected WebApplicationContext |
WebApplicationObjectSupport.getWebApplicationContext()
Return the current application context as WebApplicationContext. |
static WebApplicationContext |
WebApplicationContextUtils.getWebApplicationContext(ServletContext sc)
Find the root WebApplicationContext for this web app, which is typically loaded via ContextLoaderListener or ContextLoaderServlet. |
static WebApplicationContext |
WebApplicationContextUtils.getRequiredWebApplicationContext(ServletContext sc)
Find the root WebApplicationContext for this web app, which is typically loaded via ContextLoaderListener or ContextLoaderServlet. |
Uses of WebApplicationContext in org.springframework.web.jsf |
Methods in org.springframework.web.jsf that return WebApplicationContext | |
static WebApplicationContext |
FacesContextUtils.getWebApplicationContext(javax.faces.context.FacesContext fc)
Find the root WebApplicationContext for this web app, which is typically loaded via ContextLoaderListener or ContextLoaderServlet. |
static WebApplicationContext |
FacesContextUtils.getRequiredWebApplicationContext(javax.faces.context.FacesContext fc)
Find the root WebApplicationContext for this web app, which is typically loaded via ContextLoaderListener or ContextLoaderServlet. |
protected WebApplicationContext |
DelegatingVariableResolver.getWebApplicationContext(javax.faces.context.FacesContext facesContext)
Retrieve the web application context to delegate bean name resolution to. |
Uses of WebApplicationContext in org.springframework.web.servlet |
Methods in org.springframework.web.servlet that return WebApplicationContext | |
protected WebApplicationContext |
FrameworkServlet.initWebApplicationContext()
Initialize and publish the WebApplicationContext for this servlet. |
protected WebApplicationContext |
FrameworkServlet.createWebApplicationContext(WebApplicationContext parent)
Instantiate the WebApplicationContext for this servlet, either a default XmlWebApplicationContext or a custom context class if set. |
WebApplicationContext |
FrameworkServlet.getWebApplicationContext()
Return this servlet's WebApplicationContext. |
Methods in org.springframework.web.servlet with parameters of type WebApplicationContext | |
protected WebApplicationContext |
FrameworkServlet.createWebApplicationContext(WebApplicationContext parent)
Instantiate the WebApplicationContext for this servlet, either a default XmlWebApplicationContext or a custom context class if set. |
Uses of WebApplicationContext in org.springframework.web.servlet.support |
Methods in org.springframework.web.servlet.support that return WebApplicationContext | |
WebApplicationContext |
RequestContext.getWebApplicationContext()
Return the current WebApplicationContext. |
static WebApplicationContext |
RequestContextUtils.getWebApplicationContext(ServletRequest request)
Look for the WebApplicationContext associated with the DispatcherServlet that has initiated request processing. |
static WebApplicationContext |
RequestContextUtils.getWebApplicationContext(ServletRequest request,
ServletContext servletContext)
Look for the WebApplicationContext associated with the DispatcherServlet that has initiated request processing, and for the global context if none was found associated with the current request. |
Uses of WebApplicationContext in org.springframework.web.servlet.view.tiles |
Methods in org.springframework.web.servlet.view.tiles that return WebApplicationContext | |
protected WebApplicationContext |
ComponentControllerSupport.getWebApplicationContext()
Return the current Spring WebApplicationContext. |
Uses of WebApplicationContext in org.springframework.web.struts |
Methods in org.springframework.web.struts that return WebApplicationContext | |
protected WebApplicationContext |
MappingDispatchActionSupport.initWebApplicationContext(ActionServlet actionServlet)
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext (the usual case). |
protected WebApplicationContext |
MappingDispatchActionSupport.getWebApplicationContext()
Return the current Spring WebApplicationContext. |
protected WebApplicationContext |
LookupDispatchActionSupport.initWebApplicationContext(ActionServlet actionServlet)
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext (the usual case). |
protected WebApplicationContext |
LookupDispatchActionSupport.getWebApplicationContext()
Return the current Spring WebApplicationContext. |
protected WebApplicationContext |
DispatchActionSupport.initWebApplicationContext(ActionServlet actionServlet)
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext (the usual case). |
protected WebApplicationContext |
DispatchActionSupport.getWebApplicationContext()
Return the current Spring WebApplicationContext. |
protected WebApplicationContext |
ActionSupport.initWebApplicationContext(ActionServlet actionServlet)
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, falling back to the root WebApplicationContext (the usual case). |
protected WebApplicationContext |
ActionSupport.getWebApplicationContext()
Return the current Spring WebApplicationContext. |
protected WebApplicationContext |
DelegatingTilesRequestProcessor.initWebApplicationContext(ActionServlet actionServlet,
ModuleConfig moduleConfig)
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, containing the Struts Action beans to delegate to. |
protected WebApplicationContext |
DelegatingTilesRequestProcessor.getWebApplicationContext()
Return the WebApplicationContext that this processor delegates to. |
protected WebApplicationContext |
DelegatingRequestProcessor.initWebApplicationContext(ActionServlet actionServlet,
ModuleConfig moduleConfig)
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, containing the Struts Action beans to delegate to. |
protected WebApplicationContext |
DelegatingRequestProcessor.getWebApplicationContext()
Return the WebApplicationContext that this processor delegates to. |
static WebApplicationContext |
DelegatingActionUtils.getRequiredWebApplicationContext(ActionServlet actionServlet,
ModuleConfig moduleConfig)
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, containing the Struts Action beans to delegate to. |
protected WebApplicationContext |
DelegatingActionProxy.getWebApplicationContext(ActionServlet actionServlet,
ModuleConfig moduleConfig)
Fetch ContextLoaderPlugIn's WebApplicationContext from the ServletContext, containing the Struts Action beans to delegate to. |
protected WebApplicationContext |
ContextLoaderPlugIn.initWebApplicationContext()
Initialize and publish the WebApplicationContext for the ActionServlet. |
protected WebApplicationContext |
ContextLoaderPlugIn.createWebApplicationContext(WebApplicationContext parent)
Instantiate the WebApplicationContext for the ActionServlet, either a default XmlWebApplicationContext or a custom context class if set. |
WebApplicationContext |
ContextLoaderPlugIn.getWebApplicationContext()
Return this PlugIn's WebApplicationContext. |
Methods in org.springframework.web.struts with parameters of type WebApplicationContext | |
protected WebApplicationContext |
ContextLoaderPlugIn.createWebApplicationContext(WebApplicationContext parent)
Instantiate the WebApplicationContext for the ActionServlet, either a default XmlWebApplicationContext or a custom context class if set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |