Class ComplexExpression
Object
org.thymeleaf.standard.expression.Expression
org.thymeleaf.standard.expression.ComplexExpression
- All Implemented Interfaces:
Serializable
,IStandardExpression
- Direct Known Subclasses:
BinaryOperationExpression
,ConditionalExpression
,DefaultExpression
,MinusExpression
,NegationExpression
Base abstract class for complex expressions (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.Expression
NESTING_END_CHAR, NESTING_START_CHAR, PARSING_PLACEHOLDER_CHAR
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.thymeleaf.standard.expression.Expression
execute, execute, getStringRepresentation, toString
-
Constructor Details
-
ComplexExpression
protected ComplexExpression()
-