org.thymeleaf.standard.expression
Class Expression

Object
  extended by org.thymeleaf.standard.expression.Expression
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ComplexExpression, SimpleExpression

public abstract class Expression
extends Object
implements java.io.Serializable

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

Constructor Summary
protected Expression()
           
 
Method Summary
abstract  String getStringRepresentation()
           
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Expression

protected Expression()
Method Detail

getStringRepresentation

public abstract String getStringRepresentation()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 The THYMELEAF team. All Rights Reserved.