public final class AdditionExpression extends AdditionSubtractionExpression
Addition complex expression (Thymeleaf Standard Expressions)
Note a class with this name existed since 1.1, but it was completely reimplemented in Thymeleaf 3.0
ADDITION_OPERATOR, SUBTRACTION_OPERATORNESTING_END_CHAR, NESTING_START_CHAR, PARSING_PLACEHOLDER_CHAR| Constructor and Description |
|---|
AdditionExpression(IStandardExpression left,
IStandardExpression right) |
| Modifier and Type | Method and Description |
|---|---|
String |
getStringRepresentation()
Obtain a string representation of the expression.
|
composeBinaryOperationExpression, getLeft, getRight, getStringRepresentationexecute, execute, toStringpublic AdditionExpression(IStandardExpression left, IStandardExpression right)
public String getStringRepresentation()
IStandardExpressionObtain a string representation of the expression.
getStringRepresentation in interface IStandardExpressiongetStringRepresentation in class ExpressionCopyright © 2017 The THYMELEAF team. All rights reserved.