photospace.web
Class History

java.lang.Object
  extended byphotospace.web.History
All Implemented Interfaces:
java.io.Serializable

public class History
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Nested Class Summary
 class History.Entry
           
 
Constructor Summary
History()
           
History(int length)
           
 
Method Summary
 void add(javax.servlet.http.HttpServletRequest request, Meta meta)
           
 int getEnd()
           
 java.util.List getEntries()
           
 History.Entry getLast()
           
 int getStart()
           
 History.Entry goTo(int index)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

History

public History()

History

public History(int length)
Method Detail

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)