Class ViewProducer

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

public class ViewProducer extends Object

The ViewProducer is the CDI producer that allows you to inject the UIViewRoot and to do EL resolving of #{view}

Since:
2.3
See Also: