SourceForge.net Logo

Uses of Interface
de.mindmatters.faces.spring.context.FacesWebApplicationContext

Packages that use FacesWebApplicationContext
de.mindmatters.faces.spring.context This package and its sub-packages provides glue code for comprehensive integration of JSF (JavaServer Faces) and the Spring framework.  
de.mindmatters.faces.spring.context.support Classes supporting the de.mindmatters.faces.spring.context package, such as implementations for the FacesWebApplicationContext and the internal used BeanFactories. 
 

Uses of FacesWebApplicationContext in de.mindmatters.faces.spring.context
 

Methods in de.mindmatters.faces.spring.context that return FacesWebApplicationContext
static FacesWebApplicationContext FacesWebApplicationContextUtils.getWebApplicationContext(FacesContext context)
          Finds the faces root FacesWebApplicationContext for this web app, which is typically loaded via ContextLoaderListener.
static FacesWebApplicationContext FacesWebApplicationContextUtils.getWebApplicationContext(javax.servlet.ServletContext context)
          Finds the faces root FacesWebApplicationContext for this web app, which is typically loaded via ContextLoaderListener.
static FacesWebApplicationContext FacesWebApplicationContextUtils.getRequiredWebApplicationContext(FacesContext context)
          Finds the required faces root FacesWebApplicationContext for this web app, which is typically loaded via ContextLoaderListenr.
static FacesWebApplicationContext FacesWebApplicationContextUtils.getRequiredWebApplicationContext(javax.servlet.ServletContext context)
          Finds the required faces root FacesWebApplicationContext for this web app, which is typically loaded via ContextLoaderListenr.
 FacesWebApplicationContext ContextLoader.initFacesConfigWebApplicationContext(javax.servlet.ServletContext servletContext)
          Initializes faces' web application context for the given servlet context, regarding the "faces.spring.contextClass", "faces.spring.factoryClass" and "faces.spring.CONTEXT_FILES" context-params.
protected  FacesWebApplicationContext ContextLoader.createFacesConfigWebApplicationContext(javax.servlet.ServletContext servletContext, ApplicationContext parent)
          Creates and returns a FacesWebApplicationContext.
 

Uses of FacesWebApplicationContext in de.mindmatters.faces.spring.context.support
 

Classes in de.mindmatters.faces.spring.context.support that implement FacesWebApplicationContext
 class DefaultFacesWebApplicationContext
          Default implementation of the FacesWebApplicationContext interface.
 


SourceForge.net Logo

Copyright © 2002 mindmatters GmbH & Co. KG