public class Expressions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EL_REGEX |
static Pattern |
elPattern
The pattern to match a String EL expression.
|
| Constructor and Description |
|---|
Expressions() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
containsEL(String value)
Return true if the value contains an EL expression.
|
static boolean |
isEL(String value)
Return true if the value is an EL expression.
|
Copyright © 2014 OCPsoft. All Rights Reserved.