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
public final class BooleanTokenExpression extends Token
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:
- Serialized Form
-
-
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
Constructors Constructor Description BooleanTokenExpression(Boolean value)
BooleanTokenExpression(String value)
-
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
-
-