Class BooleanTokenExpression
java.lang.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
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.thymeleaf.standard.expression.Token
Token.TokenParsingTracer -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final org.slf4j.Loggerprivate static final longFields inherited from class org.thymeleaf.standard.expression.SimpleExpression
EXPRESSION_END_CHAR, EXPRESSION_START_CHARFields inherited from class org.thymeleaf.standard.expression.Expression
NESTING_END_CHAR, NESTING_START_CHAR, PARSING_PLACEHOLDER_CHAR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static ObjectexecuteBooleanTokenExpression(IExpressionContext context, BooleanTokenExpression expression, StandardExpressionExecutionContext expContext) (package private) static BooleanTokenExpressionMethods inherited from class org.thymeleaf.standard.expression.Token
getStringRepresentation, getValue, isTokenChar, toStringMethods inherited from class org.thymeleaf.standard.expression.SimpleExpression
executeSimpleMethods inherited from class org.thymeleaf.standard.expression.Expression
execute, execute, execute, parse
-
Field Details
-
logger
private static final org.slf4j.Logger logger -
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
BooleanTokenExpression
-
BooleanTokenExpression
-
-
Method Details
-
parseBooleanTokenExpression
-
executeBooleanTokenExpression
static Object executeBooleanTokenExpression(IExpressionContext context, BooleanTokenExpression expression, StandardExpressionExecutionContext expContext)
-