public class JexlUtil extends Object
Modifier and Type | Field and Description |
---|---|
static Pattern |
datePattern |
Constructor and Description |
---|
JexlUtil() |
Modifier and Type | Method and Description |
---|---|
static org.apache.commons.jexl2.Expression |
parseExpression(String expr)
Parses the given experssion to a Jexl expression.
|
public static Pattern datePattern
public static org.apache.commons.jexl2.Expression parseExpression(String expr)
expr
- the Jexl expressionCopyright © 2017 The Apache Software Foundation