Package org.springframework.web.jsf


@NonNullApi @NonNullFields package org.springframework.web.jsf
Support classes for integrating a JSF web layer with a Spring service layer which is hosted in a Spring root WebApplicationContext.

Supports easy access to beans in the Spring root WebApplicationContext from JSF EL expressions, for example in property values of JSF-managed beans.

  • Classes
    Class
    Description
    Base class for JSF NavigationHandler implementations that want to be capable of decorating an original NavigationHandler.
    JSF NavigationHandler implementation that delegates to a NavigationHandler bean obtained from the Spring root WebApplicationContext.
    JSF PhaseListener implementation that delegates to one or more Spring-managed PhaseListener beans coming from the Spring root WebApplicationContext.
    Convenience methods to retrieve Spring's root WebApplicationContext for a given JSF FacesContext.