Stack
HttpSessionBindingListener
Stack for keeping track of a series of nested page flows. When a nested page flow is entered, the previous page flow is pushed onto this stack, which is kept in the user session.
Object
AbstractCollection
AbstractList
Vector
Stack
PageFlowStack
Cloneable, Collection, EventListener, HttpSessionBindingListener, List, RandomAccess, Serializable
Field Summary |
Fields from java.util. |
capacityIncrement, elementCount, elementData |
Fields from java.util. |
modCount |
Constructor Summary |
Method Summary |
public int | |
public void | |
public void |
Methods from java.util. |
empty, peek, pop, push, search |
Methods from java.util. |
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize |
Methods from java.util. |
add, add, addAll, clear, equals, get, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList |
Methods from java.util. |
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString |
Methods from class java.lang. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods from interface java.util. |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Methods from interface javax.servlet.http. |
valueBound, valueUnbound |
Methods from interface java.util. |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
Constructor Detail |
public PageFlowStack()
Method Detail |
public int search( ,
Class targetClass)
Returns the 1-based position where a PageFlowController with the
same class is on this stack.
This overloads the method Stack.search(Object o)
public void valueBound(HttpSessionBindingEvent event)
public void valueUnbound(HttpSessionBindingEvent event)