Package org.springframework.web.jsf.el
ELResolvers for integrating a JSF web layer with a Spring service layer which is hosted in a Spring root WebApplicationContext.
Class Summary Class Description SpringBeanFacesELResolver JSFELResolverthat delegates to the Spring rootWebApplicationContext, resolving name references to Spring-defined beans.WebApplicationContextFacesELResolver Special JSFELResolverthat exposes the SpringWebApplicationContextinstance under a variable named "webApplicationContext".