Class InjectionProviderFactory


  • public class InjectionProviderFactory
    extends Object

    A factory for creating InjectionProvider instances.

    • Constructor Detail

      • InjectionProviderFactory

        public InjectionProviderFactory()
    • Method Detail

      • createInstance

        public static InjectionProvider createInstance​(ExternalContext extContext)

        Creates a new instance of the class specified by the com.sun.faces.InjectionProvider system property. If this propery is not defined, then a default, no-op, InjectionProvider will be returned.

        Parameters:
        extContext - ExteranlContext for the current request
        Returns:
        an implementation of the InjectionProvider interfaces