Class ExternalContextProducer

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

public class ExternalContextProducer extends Object

The ExternalContextProducer is the CDI producer that allows injection of the ExternalContext using @Inject and allows EL resolving of #{externalContext}

Since:
2.3
See Also: