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
public abstract class ComplexExpression extends Expression
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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.thymeleaf.standard.expression.Expression
NESTING_END_CHAR, NESTING_START_CHAR, PARSING_PLACEHOLDER_CHAR
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ComplexExpression()
-