public final class NumberTokenExpression extends Token
Number token (Thymeleaf Standard Expressions)
Note a class with this name existed since 1.1, but it was completely reimplemented in Thymeleaf 3.0
Token.TokenParsingTracer| Modifier and Type | Field and Description |
|---|---|
static char |
DECIMAL_POINT |
NESTING_END_CHAR, NESTING_START_CHAR, PARSING_PLACEHOLDER_CHAR| Constructor and Description |
|---|
NumberTokenExpression(String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getStringRepresentation()
Obtain a string representation of the expression.
|
getValue, isTokenChar, toStringexecute, executepublic static final char DECIMAL_POINT
public NumberTokenExpression(String value)
public String getStringRepresentation()
IStandardExpressionObtain a string representation of the expression.
getStringRepresentation in interface IStandardExpressiongetStringRepresentation in class TokenCopyright © 2016 The THYMELEAF team. All rights reserved.