| java.lang.Object org.wings.util.AnchorRenderStack
AnchorRenderStack | public class AnchorRenderStack (Code) | | This is a thread save global stack.
author: Henner Zeller |
Method Summary | |
public static Object | clear() | public static AnchorProperties | get() returns the topmost request URL on the stack or 'null', if there
is no such element. | public static void | pop() | public static void | push(SimpleURL url, String target) Push a new URL. | public static void | push(String formEventName, String formEventValue) | public static void | reset() reset the internal stacks. | public static void | set(Object stack) |
get | public static AnchorProperties get()(Code) | | returns the topmost request URL on the stack or 'null', if there
is no such element.
|
pop | public static void pop()(Code) | | |
reset | public static void reset()(Code) | | reset the internal stacks. This should be done everytime a complete
frame is rendered (maybe in some finally { }) to make sure the internal
stacks do not fill up.
|
|
|