Uses of Class
org.springframework.beans.factory.access.el.SpringBeanELResolver

Packages that use SpringBeanELResolver
org.springframework.beans.factory.access.el Support classes for accessing a Spring BeanFactory from Unified EL. 
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. 
 

Uses of SpringBeanELResolver in org.springframework.beans.factory.access.el
 

Subclasses of SpringBeanELResolver in org.springframework.beans.factory.access.el
 class SimpleSpringBeanELResolver
          Simple concrete variant of SpringBeanELResolver, delegating to a given BeanFactory that the resolver was constructed with.
 

Uses of SpringBeanELResolver in org.springframework.web.jsf.el
 

Subclasses of SpringBeanELResolver in org.springframework.web.jsf.el
 class SpringBeanFacesELResolver
          JSF 1.2 ELResolver that delegates to the Spring root WebApplicationContext, resolving name references to Spring-defined beans.
 



Copyright © 2002-2008 The Spring Framework.