org.apache.myfaces.test.util
Class JsfVersion
java.lang.Object
org.apache.myfaces.test.util.JsfVersion
public class JsfVersion
- extends Object
Method Summary |
static boolean |
supports12()
Does the JSF is version 1.2 or higher |
static boolean |
supports20()
Does the JSF is version 2.0 or higher |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
supports12
public static boolean supports12()
- Does the JSF is version 1.2 or higher
- Returns:
- Supports 1.2 or higher
supports20
public static boolean supports20()
- Does the JSF is version 2.0 or higher
- Returns:
- Supports 2.0 or higher
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.