Class SimpleExpression
Object
org.thymeleaf.standard.expression.Expression
org.thymeleaf.standard.expression.SimpleExpression
- All Implemented Interfaces:
Serializable
,IStandardExpression
- Direct Known Subclasses:
FragmentExpression
,LinkExpression
,MessageExpression
,SelectionVariableExpression
,TextLiteralExpression
,Token
,VariableExpression
Base abstract class for simple 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
-
SimpleExpression
protected SimpleExpression()
-