Removed Classes |
DelegatingVariableResolver
|
JSF 1.1 {@code VariableResolver} that first delegates to the
original resolver of the underlying JSF implementation (for resolving
managed-bean objects as defined in {@code faces-config.xml}
as well as well-known implicit EL attributes), then to the Spring
root {@code WebApplicationContext} (for resolving Spring beans). |
SpringBeanVariableResolver
|
This is a subclass of the JSF 1.1 DelegatingVariableResolver,
letting Spring bean definitions override other attributes of the same name. |
WebApplicationContextVariableResolver
|
Special JSF 1.1 {@code VariableResolver} that exposes the Spring
{@code WebApplicationContext} instance under a variable named
"webApplicationContext". |