Class LessThanExpression
Object
org.thymeleaf.standard.expression.Expression
org.thymeleaf.standard.expression.ComplexExpression
org.thymeleaf.standard.expression.BinaryOperationExpression
org.thymeleaf.standard.expression.GreaterLesserExpression
org.thymeleaf.standard.expression.LessThanExpression
- All Implemented Interfaces:
Serializable
,IStandardExpression
Less-than 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.GreaterLesserExpression
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
Fields 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.GreaterLesserExpression
composeGreaterLesserExpression
Methods inherited from class org.thymeleaf.standard.expression.BinaryOperationExpression
composeBinaryOperationExpression, getLeft, getRight, getStringRepresentation
Methods inherited from class org.thymeleaf.standard.expression.Expression
execute, execute, toString
-
Constructor Details
-
LessThanExpression
-
-
Method Details
-
getStringRepresentation
Description copied from interface:IStandardExpression
Obtain a string representation of the expression.
- Specified by:
getStringRepresentation
in interfaceIStandardExpression
- Specified by:
getStringRepresentation
in classExpression
- Returns:
- the String representation
-