Class Each
- Object
-
- 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
Constructors Constructor Description Each(IStandardExpression iterVar, IStandardExpression statusVar, IStandardExpression iterable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IStandardExpression
getIterable()
IStandardExpression
getIterVar()
IStandardExpression
getStatusVar()
String
getStringRepresentation()
boolean
hasStatusVar()
String
toString()
-
-
-
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()
-
-