java.lang.Object
com.sun.faces.spi.InjectionProviderFactory
A factory for creating InjectionProvider instances.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InjectionProvidercreateInstance(ExternalContext extContext) Creates a new instance of the class specified by thecom.sun.faces.InjectionProvidersystem property.
-
Constructor Details
-
InjectionProviderFactory
public InjectionProviderFactory()
-
-
Method Details
-
createInstance
Creates a new instance of the class specified by the
com.sun.faces.InjectionProvidersystem property. If this propery is not defined, then a default, no-op,InjectionProviderwill be returned.- Parameters:
extContext- ExteranlContext for the current request- Returns:
- an implementation of the
InjectionProviderinterfaces
-