public final class DefaultExpression extends ComplexExpression
NESTING_END_CHAR, NESTING_START_CHAR, PARSING_PLACEHOLDER_CHAR| Constructor and Description |
|---|
DefaultExpression(Expression queriedExpression,
Expression defaultExpression) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
getDefaultExpression() |
Expression |
getQueriedExpression() |
String |
getStringRepresentation()
Obtain a string representation of the expression.
|
execute, execute, toStringpublic DefaultExpression(Expression queriedExpression, Expression defaultExpression)
public Expression getQueriedExpression()
public Expression getDefaultExpression()
public String getStringRepresentation()
IStandardExpressionObtain a string representation of the expression.
getStringRepresentation in interface IStandardExpressiongetStringRepresentation in class ExpressionCopyright © 2016 The THYMELEAF team. All rights reserved.