org.thymeleaf.standard.expression
Class SimpleExpression

Object
  extended by org.thymeleaf.standard.expression.Expression
      extended by org.thymeleaf.standard.expression.SimpleExpression
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LinkExpression, MessageExpression, NumberLiteralExpression, SelectionVariableExpression, TextLiteralExpression, VariableExpression

public abstract class SimpleExpression
extends Expression

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

Constructor Summary
protected SimpleExpression()
           
 
Method Summary
 
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
 

Constructor Detail

SimpleExpression

protected SimpleExpression()


Copyright © 2012 The THYMELEAF team. All Rights Reserved.