Class RequestCookieMapProducer

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

public class RequestCookieMapProducer extends Object

The CookieMapProducer is the CDI producer that allows injection of the request cookie map using @Inject and allows the EL resolving of #{cookie}

Since:
2.3
See Also: