org.springframework.web.jsf.el |
Support classes for integrating a JSF 1.2 web tier with a Spring middle tier
which is hosted in a Spring root WebApplicationContext.
Supports JSF 1.2's ELResolver mechanism, providing closer integration
than JSF 1.1's VariableResolver mechanism allowed for.
|
Java Source File Name | Type | Comment |
SpringBeanFacesELResolver.java | Class | JSF 1.2 ELResolver that delegates to the Spring root
WebApplicationContext , resolving name references to
Spring-defined beans. |
WebApplicationContextFacesELResolver.java | Class | Special JSF 1.2 ELResolver that exposes the Spring
WebApplicationContext instance under a variable named
"webApplicationContext".
In contrast to
SpringBeanFacesELResolver , this ELResolver variant
does not resolve JSF variable names as Spring bean names. |