public class

SpringBeanVariableResolver

extends DelegatingVariableResolver
java.lang.Object
   ↳ VariableResolver
     ↳ org.springframework.web.jsf.DelegatingVariableResolver
       ↳ org.springframework.web.jsf.SpringBeanVariableResolver

Class Overview

This is a subclass of the JSF 1.1 DelegatingVariableResolver, letting Spring bean definitions override other attributes of the same name.

The main purpose of this class is to provide behavior that is analogous to the JSF 1.2 SpringBeanFacesELResolver.

Summary

[Expand]
Inherited Fields
From class org.springframework.web.jsf.DelegatingVariableResolver
Public Constructors
SpringBeanVariableResolver(VariableResolver originalVariableResolver)
Public Methods
Object resolveVariable(FacesContext facesContext, String name)
Delegate to the original VariableResolver first, then try to resolve the variable as Spring bean in the root WebApplicationContext.
[Expand]
Inherited Methods
From class org.springframework.web.jsf.DelegatingVariableResolver
From class java.lang.Object

Public Constructors

public SpringBeanVariableResolver (VariableResolver originalVariableResolver)

Public Methods

public Object resolveVariable (FacesContext facesContext, String name)

Delegate to the original VariableResolver first, then try to resolve the variable as Spring bean in the root WebApplicationContext.

Throws
EvaluationException