JSF-Spring

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 Core package implementing a default FacesWebApplicationContext
 

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

Methods in de.mindmatters.faces.spring.context that return FacesWebApplicationContext
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.getWebApplicationContext(FacesContext context)
          Finds the faces root FacesWebApplicationContext for this web app, which is typically loaded via ContextLoaderListener.
 

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.
 


JSF-Spring

Copyright © 2006 mindmatters GmbH & Co. KG