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

Field Summary
static char NESTING_END_CHAR
           
static char NESTING_START_CHAR
           
static char PARSING_PLACEHOLDER_CHAR
           
 
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
 

Field Detail

PARSING_PLACEHOLDER_CHAR

public static final char PARSING_PLACEHOLDER_CHAR
See Also:
Constant Field Values

NESTING_START_CHAR

public static final char NESTING_START_CHAR
See Also:
Constant Field Values

NESTING_END_CHAR

public static final char NESTING_END_CHAR
See Also:
Constant Field Values
Constructor Detail

Expression

protected Expression()
Method Detail

getStringRepresentation

public abstract String getStringRepresentation()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 The THYMELEAF team. All Rights Reserved.