Class Token
Object
org.thymeleaf.standard.expression.Expression
org.thymeleaf.standard.expression.SimpleExpression
org.thymeleaf.standard.expression.Token
- All Implemented Interfaces:
Serializable
,IStandardExpression
- Direct Known Subclasses:
BooleanTokenExpression
,GenericTokenExpression
,NoOpTokenExpression
,NullTokenExpression
,NumberTokenExpression
- Since:
- 1.1
- Author:
- Daniel Fernández
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields 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.getValue()
static boolean
isTokenChar
(String context, int pos) toString()
Methods inherited from class org.thymeleaf.standard.expression.Expression
execute, execute
-
Constructor Details
-
Token
-
-
Method Details
-
getValue
-
getStringRepresentation
Description copied from interface:IStandardExpression
Obtain a string representation of the expression.
- Specified by:
getStringRepresentation
in interfaceIStandardExpression
- Specified by:
getStringRepresentation
in classExpression
- Returns:
- the String representation
-
toString
- Overrides:
toString
in classExpression
-
isTokenChar
-