Class HeaderMapProducer

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

public class HeaderMapProducer extends Object

The Header map producer is the CDI producer that allows injection of the header map using @Inject.

Since:
2.3
See Also: