Class BooleanTokenExpression
Object
org.thymeleaf.standard.expression.Expression
org.thymeleaf.standard.expression.SimpleExpression
org.thymeleaf.standard.expression.Token
org.thymeleaf.standard.expression.BooleanTokenExpression
- All Implemented Interfaces:
Serializable
,IStandardExpression
Boolean token (Thymeleaf Standard Expressions)
Note a class with this name existed since 2.1.0, but it was completely reimplemented in Thymeleaf 3.0
- Since:
- 3.0.0
- Author:
- Daniel Fernández
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.thymeleaf.standard.expression.Token
Token.TokenParsingTracer
-
Field Summary
Fields inherited from class org.thymeleaf.standard.expression.Expression
NESTING_END_CHAR, NESTING_START_CHAR, PARSING_PLACEHOLDER_CHAR
-
Constructor Summary
-
Method Summary
Methods inherited from class org.thymeleaf.standard.expression.Token
getStringRepresentation, getValue, isTokenChar, toString
Methods inherited from class org.thymeleaf.standard.expression.Expression
execute, execute
-
Constructor Details
-
BooleanTokenExpression
-
BooleanTokenExpression
-