public class Version
extends Object
-
Constructor Summary
Constructors
Constructor |
Description |
Version() |
|
-
Method Summary
Modifier and Type |
Method |
Description |
boolean |
isJsf23() |
Are we running in JSF 2.3+
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
public boolean isJsf23()
Are we running in JSF 2.3+
- Returns:
- true if we are, false otherwise.