org.thymeleaf.standard.expression
Class AndExpression

Object
  extended by org.thymeleaf.standard.expression.Expression
      extended by org.thymeleaf.standard.expression.ComplexExpression
          extended by org.thymeleaf.standard.expression.BinaryOperationExpression
              extended by org.thymeleaf.standard.expression.AndExpression
All Implemented Interfaces:
java.io.Serializable

public final class AndExpression
extends BinaryOperationExpression

Since:
1.1
Author:
Daniel Fernández
See Also:
Serialized Form

Constructor Summary
AndExpression(Expression left, Expression right)
           
 
Method Summary
protected static java.util.List<org.thymeleaf.standard.expression.ExpressionParsingNode> composeAndExpression(java.util.List<org.thymeleaf.standard.expression.ExpressionParsingNode> decomposition, int inputIndex)
           
 String getStringRepresentation()
           
 
Methods inherited from class org.thymeleaf.standard.expression.BinaryOperationExpression
composeBinaryOperationExpression, getLeft, getRight, getStringRepresentation
 
Methods inherited from class org.thymeleaf.standard.expression.Expression
toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AndExpression

public AndExpression(Expression left,
                     Expression right)
Method Detail

getStringRepresentation

public String getStringRepresentation()
Specified by:
getStringRepresentation in class Expression

composeAndExpression

protected static java.util.List<org.thymeleaf.standard.expression.ExpressionParsingNode> composeAndExpression(java.util.List<org.thymeleaf.standard.expression.ExpressionParsingNode> decomposition,
                                                                                                              int inputIndex)


Copyright © 2012 The THYMELEAF team. All Rights Reserved.