Class RequestMapProducer

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

public class RequestMapProducer extends Object

The RequestMapProducer is the CDI producer that allows injection of the request map using @Inject.

Since:
2.3
See Also: