Class FlowMapProducer

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

public class FlowMapProducer extends Object

The Flow map producer is the CDI producer that allows injection of the flow map using @Inject.

Since:
2.3
See Also: