java.lang.Object
com.sun.faces.spi.ConfigurationResourceProviderFactory
Factory class for creating 
ConfigurationResourceProvider instances using the Java services discovery
 mechanism.- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
ConfigurationResourceProviderFactory
public ConfigurationResourceProviderFactory() 
 - 
 - 
Method Details
- 
createProviders
public static ConfigurationResourceProvider[] createProviders(ConfigurationResourceProviderFactory.ProviderType providerType) - Parameters:
 providerType- the type of providers that should be discovered and instantiated.- Returns:
 - an array of all 
ConfigurationResourceProvidersdiscovered that match the specifiedProviderType. 
 
 -