Generated by
JDiff

Class org.springframework.web.jsf.el.SpringBeanFacesELResolver

The superclass changed from org.springframework.beans.factory.access.el.SpringBeanELResolver to ELResolver.

Removed Methods
BeanFactory getBeanFactory(ELContext) This implementation delegates to .getWebApplicationContext.
 

Changed Methods
Class<?> getCommonPropertyType(ELContext, Object) Method was inherited from SpringBeanELResolver, but is now defined locally.  
Iterator<FeatureDescriptor> getFeatureDescriptors(ELContext, Object) Method was inherited from SpringBeanELResolver, but is now defined locally.  
Class<?> getType(ELContext, Object, Object) Method was inherited from SpringBeanELResolver, but is now defined locally.  
Object getValue(ELContext, Object, Object) Method was inherited from SpringBeanELResolver, but is now defined locally.  
boolean isReadOnly(ELContext, Object, Object) Method was inherited from SpringBeanELResolver, but is now defined locally.  
void setValue(ELContext, Object, Object, Object) Method was inherited from SpringBeanELResolver, but is now defined locally.