org.thymeleaf.standard.expression
Class Each

Object
  extended by org.thymeleaf.standard.expression.Each
All Implemented Interfaces:
java.io.Serializable

public final class Each
extends Object
implements java.io.Serializable

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

Method Summary
 Expression getIterable()
           
 Expression getIterVar()
           
 Expression getStatusVar()
           
 String getStringRepresentation()
           
 boolean hasStatusVar()
           
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getIterVar

public Expression getIterVar()

hasStatusVar

public boolean hasStatusVar()

getStatusVar

public Expression getStatusVar()

getIterable

public Expression getIterable()

getStringRepresentation

public String getStringRepresentation()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 The THYMELEAF team. All Rights Reserved.