|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ConfigWebApplicationContext | |
| de.mindmatters.faces.spring.config | This package and its sub-packages provides glue code for comprehensive integration of JSF (JavaServer Faces) and the Spring framework. |
| de.mindmatters.faces.spring.config.support | Classes supporting the de.mindmatters.faces.spring.config package, such as an implementation for the ConfigWebApplicationContext. |
| Uses of ConfigWebApplicationContext in de.mindmatters.faces.spring.config |
| Methods in de.mindmatters.faces.spring.config that return ConfigWebApplicationContext | |
static ConfigWebApplicationContext |
ConfigWebApplicationContextUtils.getWebApplicationContext(FacesContext context)
Find the jsf-spring-config root ConfigWebApplicationContext for this web app, which is typically loaded via ConfigLoaderListener. |
static ConfigWebApplicationContext |
ConfigWebApplicationContextUtils.getWebApplicationContext(javax.servlet.ServletContext context)
Find the jsf-spring-config root ConfigWebApplicationContext for this web app, which is typically loaded via ConfigLoaderListener. |
static ConfigWebApplicationContext |
ConfigWebApplicationContextUtils.getRequiredWebApplicationContext(FacesContext context)
Find the required jsf-spring-config root ConfigWebApplicationContext for this web app, which is typically loaded via ContextLoaderListener. |
static ConfigWebApplicationContext |
ConfigWebApplicationContextUtils.getRequiredWebApplicationContext(javax.servlet.ServletContext context)
Find the required jsf-spring-config root ConfigWebApplicationContext for this web app, which is typically loaded via ContextLoaderListener. |
ConfigWebApplicationContext |
ConfigLoader.initConfigWebApplicationContext(javax.servlet.ServletContext servletContext)
Initialize jsf-spring-config web application context for the given servlet context, regarding the faces.spring.configClass and
faces.spring.CONFIG_FILES context-params. |
protected ConfigWebApplicationContext |
ConfigLoader.createConfigWebApplicationContext(javax.servlet.ServletContext servletContext,
ApplicationContext parent)
Creates and returns a ConfigWebApplicationContext. |
| Uses of ConfigWebApplicationContext in de.mindmatters.faces.spring.config.support |
| Classes in de.mindmatters.faces.spring.config.support that implement ConfigWebApplicationContext | |
class |
DefaultConfigWebApplicationContext
Default implementation of the ConfigWebApplicationContext interface. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||