Uses of Class
com.sun.faces.spi.ConfigurationResourceProviderFactory.ProviderType
-
Packages that use ConfigurationResourceProviderFactory.ProviderType Package Description com.sun.faces.spi -
-
Uses of ConfigurationResourceProviderFactory.ProviderType in com.sun.faces.spi
Methods in com.sun.faces.spi that return ConfigurationResourceProviderFactory.ProviderType Modifier and Type Method Description static ConfigurationResourceProviderFactory.ProviderTypeConfigurationResourceProviderFactory.ProviderType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigurationResourceProviderFactory.ProviderType[]ConfigurationResourceProviderFactory.ProviderType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.faces.spi with parameters of type ConfigurationResourceProviderFactory.ProviderType Modifier and Type Method Description static ConfigurationResourceProvider[]ConfigurationResourceProviderFactory. createProviders(ConfigurationResourceProviderFactory.ProviderType providerType)
-