/**
*
* Support classes for integrating a JSF 1.2 web tier with a Spring middle tier
* which is hosted in a Spring root WebApplicationContext.
*
* <p>Supports JSF 1.2's ELResolver mechanism, providing closer integration
* than JSF 1.1's VariableResolver mechanism allowed for.
*
*/
package org.springframework.web.jsf.el;
|