photospace.web
Class History
java.lang.Object
photospace.web.History
- All Implemented Interfaces:
- java.io.Serializable
- public class History
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
History
public History()
History
public History(int length)
getEntries
public java.util.List getEntries()
add
public void add(javax.servlet.http.HttpServletRequest request,
Meta meta)
getStart
public int getStart()
getEnd
public int getEnd()
getLast
public History.Entry getLast()
goTo
public History.Entry goTo(int index)