Package org.springframework.web.jsf


@NullMarked 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.