public final class StaticFacesUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isExpression(String value)
Return
true if the specified value conforms to the syntax requirements of a
value binding expression. |
static Matcher |
matchExpression(String value) |
static String |
unwrapExpression(String value) |
static String |
wrapExpression(String value) |
public static boolean isExpression(String value)
true if the specified value conforms to the syntax requirements of a
value binding expression.
This method is a mirror of the one in UIComponentTag.isValueReference, but that
one is deprecated so may be removed in the future.
value - The value to evaluateNullPointerException - if value is nullpublic static String unwrapExpression(String value)
Copyright © 2015. All Rights Reserved.