org.thymeleaf.standard.expression
Class LessThanExpression

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
                  extended by org.thymeleaf.standard.expression.LessThanExpression
All Implemented Interfaces:
Serializable, IStandardExpression

public final class LessThanExpression
extends GreaterLesserExpression

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

Field Summary
 
Fields inherited from class org.thymeleaf.standard.expression.GreaterLesserExpression
GREATER_OR_EQUAL_TO_OPERATOR, GREATER_OR_EQUAL_TO_OPERATOR_2, GREATER_THAN_OPERATOR, GREATER_THAN_OPERATOR_2, LESS_OR_EQUAL_TO_OPERATOR, LESS_OR_EQUAL_TO_OPERATOR_2, LESS_THAN_OPERATOR, LESS_THAN_OPERATOR_2
 
Fields inherited from class org.thymeleaf.standard.expression.Expression
NESTING_END_CHAR, NESTING_START_CHAR, PARSING_PLACEHOLDER_CHAR
 
Constructor Summary
LessThanExpression(IStandardExpression left, IStandardExpression right)
           
 
Method Summary
 String getStringRepresentation()
           Obtain a string representation of the expression.
 
Methods inherited from class org.thymeleaf.standard.expression.GreaterLesserExpression
composeGreaterLesserExpression
 
Methods inherited from class org.thymeleaf.standard.expression.BinaryOperationExpression
composeBinaryOperationExpression, getLeft, getRight, getStringRepresentation
 
Methods inherited from class org.thymeleaf.standard.expression.Expression
execute, execute, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LessThanExpression

public LessThanExpression(IStandardExpression left,
                          IStandardExpression right)
Method Detail

getStringRepresentation

public String getStringRepresentation()
Description copied from interface: IStandardExpression

Obtain a string representation of the expression.

Specified by:
getStringRepresentation in interface IStandardExpression
Specified by:
getStringRepresentation in class Expression
Returns:
the String representation


Copyright © 2013 The THYMELEAF team. All Rights Reserved.