|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.util.ExternalSpecifications
public final class ExternalSpecifications
Utility class for determining which specifications are available in the current process. See JIRA issue: http://issues.apache.org/jira/browse/MYFACES-2386
Method Summary | |
---|---|
static boolean |
isBeanValidationAvailable()
This method determines if Bean Validation is present. |
static boolean |
isCDIAvailable(ExternalContext externalContext)
|
static boolean |
isEL3Available()
|
static boolean |
isUnifiedELAvailable()
This method determines if Unified EL is present. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean isBeanValidationAvailable()
public static boolean isUnifiedELAvailable()
public static boolean isCDIAvailable(ExternalContext externalContext)
public static boolean isEL3Available()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |