Class NumberTokenExpression
Object
org.thymeleaf.standard.expression.Expression
org.thymeleaf.standard.expression.SimpleExpression
org.thymeleaf.standard.expression.Token
org.thymeleaf.standard.expression.NumberTokenExpression
- All Implemented Interfaces:
Serializable
,IStandardExpression
Number token (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:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.thymeleaf.standard.expression.Token
Token.TokenParsingTracer
-
Field Summary
FieldsFields inherited from class org.thymeleaf.standard.expression.Expression
NESTING_END_CHAR, NESTING_START_CHAR, PARSING_PLACEHOLDER_CHAR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtain a string representation of the expression.Methods inherited from class org.thymeleaf.standard.expression.Token
getValue, isTokenChar, toString
Methods inherited from class org.thymeleaf.standard.expression.Expression
execute, execute
-
Field Details
-
DECIMAL_POINT
public static final char DECIMAL_POINT- See Also:
-
-
Constructor Details
-
NumberTokenExpression
-
-
Method Details
-
getStringRepresentation
Description copied from interface:IStandardExpression
Obtain a string representation of the expression.
- Specified by:
getStringRepresentation
in interfaceIStandardExpression
- Overrides:
getStringRepresentation
in classToken
- Returns:
- the String representation
-