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 booleanisTokenChar(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:IStandardExpressionObtain a string representation of the expression.
- Specified by:
getStringRepresentationin interfaceIStandardExpression- Specified by:
getStringRepresentationin classExpression- Returns:
- the String representation
-
toString
- Overrides:
toStringin classExpression
-
isTokenChar
-