com.sun.faces.spi
Class InjectionProviderFactory

java.lang.Object
  extended by com.sun.faces.spi.InjectionProviderFactory

public class InjectionProviderFactory
extends java.lang.Object

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

InjectionProviderFactory

public InjectionProviderFactory()
Method Detail

createInstance

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.

Returns:
an implementation of the InjectionProvider interfaces


Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.