public class IterationListFinder extends Object
| Constructor and Description |
|---|
IterationListFinder(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element) |
| Modifier and Type | Method and Description |
|---|---|
String |
getItemName()
Given th:each="product : ${productList}" returns "product".
|
String |
getIterationExpression()
Given th:each="product : ${productList}" returns "th:each".
|
Object |
getIterationObject()
Given th:each="product : ${productList}" returns productList object.
|
String |
getIterationObjectName()
Given th:each="product : ${productList}" returns "productList".
|
public IterationListFinder(org.thymeleaf.Arguments arguments,
org.thymeleaf.dom.Element element)
public String getIterationExpression()
public String getItemName()
public String getIterationObjectName()
public Object getIterationObject()
Copyright © 2013. All rights reserved.