public class InjectionProviderFactory extends Object
A factory for creating InjectionProvider
instances.
| Constructor and Description |
|---|
InjectionProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
static InjectionProvider |
createInstance(ExternalContext extContext)
Creates a new instance of the class specified by the
com.sun.faces.InjectionProvider system property. |
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.
extContext - ExteranlContext for the current requestInjectionProvider
interfacesComments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.