Class FacesContextProducer

java.lang.Object
com.sun.faces.cdi.FacesContextProducer
All Implemented Interfaces:
Contextual<FacesContext>, Bean<FacesContext>, BeanAttributes<FacesContext>, PassivationCapable, Serializable

public class FacesContextProducer extends Object

The FacesContextProducer is the CDI producer that allows injection of the FacesContext using @Inject and allows EL resolving of #{facesContext}

Since:
2.3
See Also: