public final class VariableExpression extends SimpleExpression
NESTING_END_CHAR, NESTING_START_CHAR, PARSING_PLACEHOLDER_CHAR| Constructor and Description |
|---|
VariableExpression(String expression) |
VariableExpression(String expression,
boolean convertToString) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getConvertToString() |
String |
getExpression() |
String |
getStringRepresentation()
Obtain a string representation of the expression.
|
execute, execute, toStringpublic VariableExpression(String expression)
public VariableExpression(String expression, boolean convertToString)
expression - expressionconvertToString - convertToStringpublic String getExpression()
public boolean getConvertToString()
public String getStringRepresentation()
IStandardExpressionObtain a string representation of the expression.
getStringRepresentation in interface IStandardExpressiongetStringRepresentation in class ExpressionCopyright © 2016 The THYMELEAF team. All rights reserved.