Package | Description |
---|---|
org.richfaces |
Implementation of RichFaces components
|
Modifier and Type | Method and Description |
---|---|
static JsfVersion |
JsfVersion.getCurrent()
Detects current JSF API version in use in a context of current VM/classloader.
|
static JsfVersion |
JsfVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsfVersion[] |
JsfVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
JsfVersion.isCompliantWith(JsfVersion version)
Checks whether this version of JSF is compliant with the provided version.
|
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.