Class SessionMapProducer

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

public class SessionMapProducer extends Object

The SessionProducer is the CDI producer that allows injection of the session map using @Inject.

Since:
2.3
See Also: