Generated by
JDiff

Package org.springframework.web.jsf

Changed Classes
DecoratingNavigationHandler Base class for JSF NavigationHandler implementations that want to be capable of decorating an original NavigationHandler.
DelegatingVariableResolver JSF 1.1 VariableResolver that first delegates to the original resolver of the underlying JSF implementation (for resolving managed-bean objects as defined in faces-config.xml as well as well-known implicit EL attributes), then to the Spring root WebApplicationContext (for resolving Spring beans).
SpringBeanVariableResolver This is a subclass of the JSF 1.1 DelegatingVariableResolver, letting Spring bean definitions override other attributes of the same name.
WebApplicationContextVariableResolver Special JSF 1.1 VariableResolver that exposes the Spring WebApplicationContext instance under a variable named "webApplicationContext".