Class NoOpTokenExpression
- Object
-
- org.thymeleaf.standard.expression.Expression
-
- org.thymeleaf.standard.expression.SimpleExpression
-
- org.thymeleaf.standard.expression.Token
-
- org.thymeleaf.standard.expression.NoOpTokenExpression
-
- All Implemented Interfaces:
Serializable
,IStandardExpression
public final class NoOpTokenExpression extends Token
NO-OP (No Operation) token (Thymeleaf Standard Expressions)
- 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
-
-
Constructor Summary
Constructors Constructor Description NoOpTokenExpression()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getStringRepresentation()
Obtain 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
-
-
-
-
Method Detail
-
getStringRepresentation
public String 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
-
-