Class EqualsExpression
Object
org.thymeleaf.standard.expression.Expression
org.thymeleaf.standard.expression.ComplexExpression
org.thymeleaf.standard.expression.BinaryOperationExpression
org.thymeleaf.standard.expression.EqualsNotEqualsExpression
org.thymeleaf.standard.expression.EqualsExpression
- All Implemented Interfaces:
Serializable,IStandardExpression
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
- Since:
- 3.0.0
- Author:
- Daniel Fernández
- See Also:
-
Field Summary
Fields inherited from class org.thymeleaf.standard.expression.EqualsNotEqualsExpression
EQUALS_OPERATOR, EQUALS_OPERATOR_2, NOT_EQUALS_OPERATOR, NOT_EQUALS_OPERATOR_2, NOT_EQUALS_OPERATOR_3Fields inherited from class org.thymeleaf.standard.expression.Expression
NESTING_END_CHAR, NESTING_START_CHAR, PARSING_PLACEHOLDER_CHAR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtain a string representation of the expression.Methods inherited from class org.thymeleaf.standard.expression.EqualsNotEqualsExpression
composeEqualsNotEqualsExpressionMethods inherited from class org.thymeleaf.standard.expression.BinaryOperationExpression
composeBinaryOperationExpression, getLeft, getRight, getStringRepresentationMethods inherited from class org.thymeleaf.standard.expression.Expression
execute, execute, toString
-
Constructor Details
-
EqualsExpression
-
-
Method Details
-
getStringRepresentation
Description copied from interface:IStandardExpressionObtain a string representation of the expression.
- Specified by:
getStringRepresentationin interfaceIStandardExpression- Specified by:
getStringRepresentationin classExpression- Returns:
- the String representation
-