org.thymeleaf.standard.expression
Class AndExpression
Object
org.thymeleaf.standard.expression.Expression
org.thymeleaf.standard.expression.ComplexExpression
org.thymeleaf.standard.expression.BinaryOperationExpression
org.thymeleaf.standard.expression.AndExpression
- All Implemented Interfaces:
- Serializable
public final class AndExpression
- extends BinaryOperationExpression
- Since:
- 1.1
- Author:
- Daniel Fernández
- See Also:
- Serialized Form
AndExpression
public AndExpression(Expression left,
Expression right)
getStringRepresentation
public String getStringRepresentation()
- Specified by:
getStringRepresentation
in class Expression
Copyright © 2013 The THYMELEAF team. All Rights Reserved.