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