com.sun.faces.config
public static enum DbfFactory.FacesSchema extends java.lang.Enum<DbfFactory.FacesSchema>
Enum Constant and Description |
---|
FACELET_TAGLIB_20 |
FACES_11 |
FACES_12 |
FACES_20 |
FACES_21 |
Modifier and Type | Field and Description |
---|---|
private javax.xml.validation.Schema |
schema |
Modifier and Type | Method and Description |
---|---|
javax.xml.validation.Schema |
getSchema() |
void |
initSchema() |
static DbfFactory.FacesSchema |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DbfFactory.FacesSchema[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DbfFactory.FacesSchema FACES_20
public static final DbfFactory.FacesSchema FACES_21
public static final DbfFactory.FacesSchema FACES_12
public static final DbfFactory.FacesSchema FACES_11
public static final DbfFactory.FacesSchema FACELET_TAGLIB_20
public static DbfFactory.FacesSchema[] values()
for (DbfFactory.FacesSchema c : DbfFactory.FacesSchema.values()) System.out.println(c);
public static DbfFactory.FacesSchema 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 nullpublic void initSchema()
public javax.xml.validation.Schema getSchema()
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.