Class GenericTokenExpression
java.lang.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
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
- 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 ObjectexecuteGenericTokenExpression(IExpressionContext context, GenericTokenExpression expression, StandardExpressionExecutionContext expContext) static GenericTokenExpressiontoString()Methods inherited from class org.thymeleaf.standard.expression.Token
getStringRepresentation, getValue, isTokenCharMethods 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
-
GenericTokenExpression
GenericTokenExpression(String value)
-
-
Method Details
-
toString
-
parseGenericTokenExpression
-
executeGenericTokenExpression
static Object executeGenericTokenExpression(IExpressionContext context, GenericTokenExpression expression, StandardExpressionExecutionContext expContext)
-