public final class EqualsExpression extends EqualsNotEqualsExpression
Equality complex expression (Thymeleaf Standard Expressions)
Note a class with this name existed since 1.1, but it was completely reimplemented in Thymeleaf 3.0
EQUALS_OPERATOR, EQUALS_OPERATOR_2, NOT_EQUALS_OPERATOR, NOT_EQUALS_OPERATOR_2, NOT_EQUALS_OPERATOR_3
NESTING_END_CHAR, NESTING_START_CHAR, PARSING_PLACEHOLDER_CHAR
Constructor and Description |
---|
EqualsExpression(IStandardExpression left,
IStandardExpression right) |
Modifier and Type | Method and Description |
---|---|
String |
getStringRepresentation()
Obtain a string representation of the expression.
|
composeEqualsNotEqualsExpression
composeBinaryOperationExpression, getLeft, getRight, getStringRepresentation
execute, execute, toString
public EqualsExpression(IStandardExpression left, IStandardExpression right)
public String getStringRepresentation()
IStandardExpression
Obtain a string representation of the expression.
getStringRepresentation
in interface IStandardExpression
getStringRepresentation
in class Expression
Copyright © 2016 The THYMELEAF team. All rights reserved.