|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.faces.spi.InjectionProviderFactory
public class InjectionProviderFactory
A factory for creating InjectionProvider
instances.
| Constructor Summary | |
|---|---|
InjectionProviderFactory()
|
|
| Method Summary | |
|---|---|
static InjectionProvider |
createInstance(javax.faces.context.ExternalContext extContext)
Creates a new instance of the class specified by the com.sun.faces.InjectionProvider system property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InjectionProviderFactory()
| Method Detail |
|---|
public static InjectionProvider createInstance(javax.faces.context.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.
InjectionProvider
interfaces
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||