public class ExpressionUtil extends Object
| Constructor and Description |
|---|
ExpressionUtil()
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
findExpressions(String text)
Finds all expressions in a text and returns them as list.
|
String |
stripExpression(String expression)
Strips an expression of the leading "${" and the trailing "}".
|
public List<String> findExpressions(String text)
text - the text to find expressions in.Copyright © 2016. All rights reserved.