org.thymeleaf.standard.expression
Class Each

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

public final class Each
extends Object
implements Serializable

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

Constructor Summary
Each(IStandardExpression iterVar, IStandardExpression statusVar, IStandardExpression iterable)
           
 
Method Summary
 IStandardExpression getIterable()
           
 IStandardExpression getIterVar()
           
 IStandardExpression getStatusVar()
           
 String getStringRepresentation()
           
 boolean hasStatusVar()
           
 String toString()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Each

public Each(IStandardExpression iterVar,
            IStandardExpression statusVar,
            IStandardExpression iterable)
Method Detail

getIterVar

public IStandardExpression getIterVar()

hasStatusVar

public boolean hasStatusVar()

getStatusVar

public IStandardExpression getStatusVar()

getIterable

public IStandardExpression getIterable()

getStringRepresentation

public String getStringRepresentation()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 The THYMELEAF team. All Rights Reserved.