public static enum ConfigurationResourceProviderFactory.ProviderType extends Enum<ConfigurationResourceProviderFactory.ProviderType>
| Enum Constant and Description |
|---|
FaceletConfig
ConfigurationResourceProvider type for configuration resources that follow the Facelet taglib DTD/Schema.
|
FacesConfig
ConfigurationResourceProvider type for configuration resources that follow the faces-config DTD/Schema.
|
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationResourceProviderFactory.ProviderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationResourceProviderFactory.ProviderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigurationResourceProviderFactory.ProviderType FacesConfig
public static final ConfigurationResourceProviderFactory.ProviderType FaceletConfig
public static ConfigurationResourceProviderFactory.ProviderType[] values()
for (ConfigurationResourceProviderFactory.ProviderType c : ConfigurationResourceProviderFactory.ProviderType.values()) System.out.println(c);
public static ConfigurationResourceProviderFactory.ProviderType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2010–2022 JBoss by Red Hat. All rights reserved.