com.sun.faces.spi
public static enum ConfigurationResourceProviderFactory.ProviderType extends java.lang.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 | Field and Description |
---|---|
(package private) java.lang.String |
servicesKey |
Modifier and Type | Method and Description |
---|---|
static ConfigurationResourceProviderFactory.ProviderType |
valueOf(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2002-2010 Oracle America, Inc. All Rights Reserved.