Class ApplicationMapProducer

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

public class ApplicationMapProducer extends Object

The ApplicationMapProducer is the CDI producer that allows injection of the application map using @Inject and allows EL resolving of #{applicationScope}

Since:
2.3
See Also: