Method Summary |
|
public void | clear() Empty the context stack. |
public Object | get(int index) Get the context at a particular depth. |
final public static ContextStack | getCurrentContext() Get the Current ContextStack.
This method returns a ContextStack associated with current thread. |
final static ContextStack | getCurrentContext(boolean autocreate) Get the Current ContextStack. |
public int | getSize() Get the number of contexts in stack. |
public Object | pop() Remove a context from top of stack and return it. |
public void | push(Object context) Push the context onto top of context stack. |
public void | set(ContextStack stack) Set the current ContextSet to be equl to other ContextStack. |
public String | toString() Format context stack into a string. |
public String | toString(int count) Format context stack into a string. |