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