org.thymeleaf.standard.expression
Class Assignation

Object
  extended by org.thymeleaf.standard.expression.Assignation
All Implemented Interfaces:
Serializable

public final class Assignation
extends Object
implements Serializable

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

Method Summary
 IStandardExpression getLeft()
           
 IStandardExpression getRight()
           
 String getStringRepresentation()
           
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getLeft

public IStandardExpression getLeft()

getRight

public IStandardExpression getRight()

getStringRepresentation

public String getStringRepresentation()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 The THYMELEAF team. All Rights Reserved.