Class ResourceHandlerProducer

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

public class ResourceHandlerProducer extends Object

The ResourceHandlerProducer is the CDI producer that allows you to inject the ResourceHandler and to do EL resolving of #{resource}

Since:
2.3
See Also: