Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.facesconfig21 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
static FacesConfigVersionType |
FacesConfigVersionType.getFromStringValue(String value) |
FacesConfigVersionType |
WebFacesConfigDescriptor.getVersion()
Returns the
version attribute |
static FacesConfigVersionType |
FacesConfigVersionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FacesConfigVersionType[] |
FacesConfigVersionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
WebFacesConfigDescriptor |
WebFacesConfigDescriptor.version(FacesConfigVersionType version)
Sets the
version attribute |
Copyright © 2024 JBoss by Red Hat. All rights reserved.