public final class MessageExpression extends SimpleExpression
NESTING_END_CHAR, NESTING_START_CHAR, PARSING_PLACEHOLDER_CHAR| Constructor and Description |
|---|
MessageExpression(IStandardExpression base,
ExpressionSequence parameters) |
| Modifier and Type | Method and Description |
|---|---|
IStandardExpression |
getBase() |
ExpressionSequence |
getParameters() |
String |
getStringRepresentation()
Obtain a string representation of the expression.
|
boolean |
hasParameters() |
execute, execute, toStringpublic MessageExpression(IStandardExpression base, ExpressionSequence parameters)
public IStandardExpression getBase()
public ExpressionSequence getParameters()
public boolean hasParameters()
public String getStringRepresentation()
IStandardExpressionObtain a string representation of the expression.
getStringRepresentation in interface IStandardExpressiongetStringRepresentation in class ExpressionCopyright © 2016 The THYMELEAF team. All rights reserved.