Class GenericTokenExpression
- Object
-
- org.thymeleaf.standard.expression.Expression
-
- org.thymeleaf.standard.expression.SimpleExpression
-
- org.thymeleaf.standard.expression.Token
-
- org.thymeleaf.standard.expression.GenericTokenExpression
-
- All Implemented Interfaces:
Serializable
,IStandardExpression
public final class GenericTokenExpression extends Token
Generic 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
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GenericTokenExpression
parseGenericTokenExpression(String input)
String
toString()
-
Methods inherited from class org.thymeleaf.standard.expression.Token
getStringRepresentation, getValue, isTokenChar
-
Methods inherited from class org.thymeleaf.standard.expression.Expression
execute, execute
-
-
-
-
Method Detail
-
parseGenericTokenExpression
public static GenericTokenExpression parseGenericTokenExpression(String input)
-
-