Class ViewMapProducer

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

public class ViewMapProducer extends Object

The ViewMapProducer is the CDI producer that allows injection of the view map using @Inject and allows EL resolving of #{viewScope}

Since:
2.3
See Also: