public final class LessOrEqualToExpression extends GreaterLesserExpression
Less-or-equal complex expression (Thymeleaf Standard Expressions)
Note a class with this name existed since 1.1, but it was completely reimplemented in Thymeleaf 3.0
GREATER_OR_EQUAL_TO_OPERATOR, GREATER_OR_EQUAL_TO_OPERATOR_2, GREATER_THAN_OPERATOR, GREATER_THAN_OPERATOR_2, LESS_OR_EQUAL_TO_OPERATOR, LESS_OR_EQUAL_TO_OPERATOR_2, LESS_THAN_OPERATOR, LESS_THAN_OPERATOR_2
NESTING_END_CHAR, NESTING_START_CHAR, PARSING_PLACEHOLDER_CHAR
Constructor and Description |
---|
LessOrEqualToExpression(IStandardExpression left,
IStandardExpression right) |
Modifier and Type | Method and Description |
---|---|
String |
getStringRepresentation()
Obtain a string representation of the expression.
|
composeGreaterLesserExpression
composeBinaryOperationExpression, getLeft, getRight, getStringRepresentation
execute, execute, toString
public LessOrEqualToExpression(IStandardExpression left, IStandardExpression right)
public String getStringRepresentation()
IStandardExpression
Obtain a string representation of the expression.
getStringRepresentation
in interface IStandardExpression
getStringRepresentation
in class Expression
Copyright © 2017 The THYMELEAF team. All rights reserved.