public abstract class Token extends SimpleExpression
| Modifier and Type | Class and Description |
|---|---|
static class |
Token.TokenParsingTracer |
NESTING_END_CHAR, NESTING_START_CHAR, PARSING_PLACEHOLDER_CHAR| Modifier and Type | Method and Description |
|---|---|
String |
getStringRepresentation()
Obtain a string representation of the expression.
|
Object |
getValue() |
static boolean |
isTokenChar(String context,
int pos) |
String |
toString() |
execute, executeprotected Token(Object value)
public Object getValue()
public String getStringRepresentation()
IStandardExpressionObtain a string representation of the expression.
getStringRepresentation in interface IStandardExpressiongetStringRepresentation in class Expressionpublic String toString()
toString in class Expressionpublic static boolean isTokenChar(String context, int pos)
Copyright © 2017 The THYMELEAF team. All rights reserved.