public class JexlUtil extends Object
Modifier and Type | Field and Description |
---|---|
static Pattern |
datePattern |
static org.slf4j.Logger |
LOG |
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 final org.slf4j.Logger LOG
public static Pattern datePattern
public static org.apache.commons.jexl2.Expression parseExpression(String expr)
expr
- the Jexl expressionCopyright © 2016 The Apache Software Foundation