Class InitParameterMapProducer

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

public class InitParameterMapProducer extends Object

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

Since:
2.3
See Also: