public final class TextLiteralExpression extends SimpleExpression
NESTING_END_CHAR, NESTING_START_CHAR, PARSING_PLACEHOLDER_CHAR| Constructor and Description |
|---|
TextLiteralExpression(String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getStringRepresentation()
Obtain a string representation of the expression.
|
LiteralValue |
getValue() |
static String |
wrapStringIntoLiteral(String str) |
execute, execute, toStringpublic TextLiteralExpression(String value)
public LiteralValue getValue()
public String getStringRepresentation()
IStandardExpressionObtain a string representation of the expression.
getStringRepresentation in interface IStandardExpressiongetStringRepresentation in class ExpressionCopyright © 2016 The THYMELEAF team. All rights reserved.