| java.lang.Object | |||
| ↳ | VariableResolver | ||
| ↳ | org.springframework.web.jsf.DelegatingVariableResolver | ||
| ↳ | org.springframework.web.jsf.SpringBeanVariableResolver | ||
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.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.web.jsf.DelegatingVariableResolver
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
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
| |||||||||||
Delegate to the original VariableResolver first, then try to resolve the variable as Spring bean in the root WebApplicationContext.
| EvaluationException |
|---|