org.springframework.faces.webflow
Class SpringBeanWebFlowVariableResolver

java.lang.Object
  extended by javax.faces.el.VariableResolver
      extended by org.springframework.web.jsf.DelegatingVariableResolver
          extended by org.springframework.web.jsf.SpringBeanVariableResolver
              extended by org.springframework.faces.webflow.SpringBeanWebFlowVariableResolver

public class SpringBeanWebFlowVariableResolver
extends org.springframework.web.jsf.SpringBeanVariableResolver

JSF 1.1 variable resolver for Spring Beans accessible to the flow's local bean factory.

Author:
Jeremy Grelle

Field Summary
 
Fields inherited from class org.springframework.web.jsf.DelegatingVariableResolver
logger, originalVariableResolver
 
Constructor Summary
SpringBeanWebFlowVariableResolver(javax.faces.el.VariableResolver originalVariableResolver)
           
 
Method Summary
protected  org.springframework.beans.factory.BeanFactory getBeanFactory(javax.faces.context.FacesContext facesContext)
           
 
Methods inherited from class org.springframework.web.jsf.SpringBeanVariableResolver
resolveVariable
 
Methods inherited from class org.springframework.web.jsf.DelegatingVariableResolver
getOriginalVariableResolver, getWebApplicationContext, resolveOriginal, resolveSpringBean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringBeanWebFlowVariableResolver

public SpringBeanWebFlowVariableResolver(javax.faces.el.VariableResolver originalVariableResolver)
Method Detail

getBeanFactory

protected org.springframework.beans.factory.BeanFactory getBeanFactory(javax.faces.context.FacesContext facesContext)
Overrides:
getBeanFactory in class org.springframework.web.jsf.DelegatingVariableResolver