public class ExpressionUtils extends Object
Modifier and Type | Method and Description |
---|---|
static String |
ensureExpressionSyntax(String expressionValue)
It ensures if the given string starts with
EXPRESSION_VALUE_PREFIX . |
public static String ensureExpressionSyntax(String expressionValue)
EXPRESSION_VALUE_PREFIX
. If TRUE, it simply returns
the given string. Otherwise, it adds EXPRESSION_VALUE_PREFIX
as prefix of the given string.expressionValue
- Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.