| |
|
| java.lang.Object com.opensymphony.webwork.util.Counter
Counter | public class Counter implements java.util.Iterator,Serializable(Code) | | A bean that can be used to keep track of a counter.
Since it is an Iterator it can be used by the iterator tag
author: Rickard Öberg (rickard@middleware-company.com) version: $Revision: 1282 $ See Also: |
getCurrent | public long getCurrent()(Code) | | |
getFirst | public long getFirst()(Code) | | |
getInterval | public long getInterval()(Code) | | |
getLast | public long getLast()(Code) | | |
getNext | public long getNext()(Code) | | |
getPrevious | public long getPrevious()(Code) | | |
hasNext | public boolean hasNext()(Code) | | |
isWrap | public boolean isWrap()(Code) | | |
remove | public void remove()(Code) | | |
setAdd | public void setAdd(long addition)(Code) | | |
setCurrent | public void setCurrent(long current)(Code) | | |
setFirst | public void setFirst(long first)(Code) | | |
setInterval | public void setInterval(long interval)(Code) | | |
setLast | public void setLast(long last)(Code) | | |
setWrap | public void setWrap(boolean wrap)(Code) | | |
|
|
|