org.thymeleaf.standard.expression
Class GreaterLesserExpression

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.GreaterLesserExpression
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GreaterOrEqualToExpression, GreaterThanExpression, LessOrEqualToExpression, LessThanExpression

public abstract class GreaterLesserExpression
extends BinaryOperationExpression

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

Field Summary
protected static String GREATER_OR_EQUAL_TO_OPERATOR
           
protected static String GREATER_OR_EQUAL_TO_OPERATOR_2
           
protected static String GREATER_THAN_OPERATOR
           
protected static String GREATER_THAN_OPERATOR_2
           
protected static String LESS_OR_EQUAL_TO_OPERATOR
           
protected static String LESS_OR_EQUAL_TO_OPERATOR_2
           
protected static String LESS_THAN_OPERATOR
           
protected static String LESS_THAN_OPERATOR_2
           
 
Constructor Summary
protected GreaterLesserExpression(Expression left, Expression right)
           
 
Method Summary
protected static List<org.thymeleaf.standard.expression.ExpressionParsingNode> composeGreaterLesserExpression(List<org.thymeleaf.standard.expression.ExpressionParsingNode> decomposition, int inputIndex)
           
 
Methods inherited from class org.thymeleaf.standard.expression.BinaryOperationExpression
composeBinaryOperationExpression, getLeft, getRight, getStringRepresentation
 
Methods inherited from class org.thymeleaf.standard.expression.Expression
getStringRepresentation, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

GREATER_THAN_OPERATOR

protected static final String GREATER_THAN_OPERATOR
See Also:
Constant Field Values

GREATER_OR_EQUAL_TO_OPERATOR

protected static final String GREATER_OR_EQUAL_TO_OPERATOR
See Also:
Constant Field Values

LESS_THAN_OPERATOR

protected static final String LESS_THAN_OPERATOR
See Also:
Constant Field Values

LESS_OR_EQUAL_TO_OPERATOR

protected static final String LESS_OR_EQUAL_TO_OPERATOR
See Also:
Constant Field Values

GREATER_THAN_OPERATOR_2

protected static final String GREATER_THAN_OPERATOR_2
See Also:
Constant Field Values

GREATER_OR_EQUAL_TO_OPERATOR_2

protected static final String GREATER_OR_EQUAL_TO_OPERATOR_2
See Also:
Constant Field Values

LESS_THAN_OPERATOR_2

protected static final String LESS_THAN_OPERATOR_2
See Also:
Constant Field Values

LESS_OR_EQUAL_TO_OPERATOR_2

protected static final String LESS_OR_EQUAL_TO_OPERATOR_2
See Also:
Constant Field Values
Constructor Detail

GreaterLesserExpression

protected GreaterLesserExpression(Expression left,
                                  Expression right)
Method Detail

composeGreaterLesserExpression

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


Copyright © 2012 The THYMELEAF team. All Rights Reserved.