|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.thymeleaf.processor.attr.AbstractIterationAttrProcessor.StatusVar
public static class AbstractIterationAttrProcessor.StatusVar
Constructor Summary | |
---|---|
AbstractIterationAttrProcessor.StatusVar(int index,
int count,
int size,
Object current)
|
Method Summary | |
---|---|
int |
getCount()
|
Object |
getCurrent()
|
int |
getIndex()
|
int |
getSize()
|
boolean |
isEven()
|
boolean |
isFirst()
|
boolean |
isLast()
|
boolean |
isOdd()
|
String |
toString()
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AbstractIterationAttrProcessor.StatusVar(int index, int count, int size, Object current)
Method Detail |
---|
public int getIndex()
public int getCount()
public int getSize()
public Object getCurrent()
public boolean isEven()
public boolean isOdd()
public boolean isFirst()
public boolean isLast()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |