|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.AbstractCollection | +--java.util.AbstractList | +--java.util.ArrayList | +--org.apache.commons.collections.ArrayStack | +--org.apache.cocoon.components.EnvironmentStack
The stack for the processing environment. This is a special implementation of a stack for the handling of the cocoon protocol.
Fields inherited from class java.util.AbstractList |
modCount |
Constructor Summary | |
EnvironmentStack()
|
Method Summary | |
java.lang.Object |
clone()
|
void |
decOffset()
|
java.lang.Object |
getCurrent()
|
int |
getOffset()
|
void |
incOffset()
|
void |
resetOffset(int value)
|
Methods inherited from class org.apache.commons.collections.ArrayStack |
empty, get, peek, peek, pop, push, remove, search |
Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, removeRange, set, size, toArray, toArray, trimToSize |
Methods inherited from class java.util.AbstractList |
equals, hashCode, iterator, listIterator, listIterator, subList |
Methods inherited from class java.util.AbstractCollection |
containsAll, remove, removeAll, retainAll, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Collection |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Methods inherited from interface java.util.List |
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList |
Constructor Detail |
public EnvironmentStack()
Method Detail |
public java.lang.Object getCurrent()
public void incOffset()
public void decOffset()
public void resetOffset(int value)
public int getOffset()
public java.lang.Object clone()
clone
in class java.util.ArrayList
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |