Package org.springframework.web.jsf.el
@NonNullApi
@NonNullFields
package org.springframework.web.jsf.el
ELResolvers for integrating a JSF web layer with a Spring service layer
which is hosted in a Spring root WebApplicationContext.
-
ClassDescriptionJSF
ELResolver
that delegates to the Spring rootWebApplicationContext
, resolving name references to Spring-defined beans.Special JSFELResolver
that exposes the SpringWebApplicationContext
instance under a variable named "webApplicationContext".