Class RequestParameterMapProducer

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

public class RequestParameterMapProducer extends Object

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

Since:
2.3
See Also: