java.lang.Object
com.sun.faces.spi.ConfigurationResourceProviderFactory
Factory class for creating
ConfigurationResourceProvider
instances using the Java services discovery
mechanism.-
Nested Class Summary
-
Constructor Summary
-
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
ConfigurationResourceProviders
discovered that match the specifiedProviderType
.
-