org.thymeleaf.processor.element
Class AbstractIterationElementProcessor.IterationSpec

Object
  extended by org.thymeleaf.processor.element.AbstractIterationElementProcessor.IterationSpec
Enclosing class:
AbstractIterationElementProcessor

protected static class AbstractIterationElementProcessor.IterationSpec
extends Object

Since:
1.0
Author:
Daniel Fernández

Constructor Summary
AbstractIterationElementProcessor.IterationSpec(String iterVarName, String statusVarName, Object iteratedObject)
           
 
Method Summary
 Object getIteratedObject()
           
 String getIterVarName()
           
 String getStatusVarName()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractIterationElementProcessor.IterationSpec

public AbstractIterationElementProcessor.IterationSpec(String iterVarName,
                                                       String statusVarName,
                                                       Object iteratedObject)
Method Detail

getIterVarName

public String getIterVarName()

getStatusVarName

public String getStatusVarName()

getIteratedObject

public Object getIteratedObject()


Copyright © 2012 The THYMELEAF team. All Rights Reserved.