org.thymeleaf.standard.expression
Class ComplexExpression

Object
  extended by org.thymeleaf.standard.expression.Expression
      extended by org.thymeleaf.standard.expression.ComplexExpression
All Implemented Interfaces:
Serializable, IStandardExpression
Direct Known Subclasses:
BinaryOperationExpression, ConditionalExpression, DefaultExpression, MinusExpression, NegationExpression

public abstract class ComplexExpression
extends Expression

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

Field Summary
 
Fields inherited from class org.thymeleaf.standard.expression.Expression
NESTING_END_CHAR, NESTING_START_CHAR, PARSING_PLACEHOLDER_CHAR
 
Constructor Summary
protected ComplexExpression()
           
 
Method Summary
 
Methods inherited from class org.thymeleaf.standard.expression.Expression
execute, execute, getStringRepresentation, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComplexExpression

protected ComplexExpression()


Copyright © 2013 The THYMELEAF team. All Rights Reserved.