com.atlassian.confluence.renderer
Class ContentIncludeStack
java.lang.Object
com.atlassian.confluence.renderer.ContentIncludeStack
- public class ContentIncludeStack
- extends Object
A simple ThreadLocal stack to prevent circular content includes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentIncludeStack
public ContentIncludeStack()
pop
public static ContentEntityObject pop()
push
public static void push(ContentEntityObject c)
contains
public static boolean contains(ContentEntityObject c)
peek
public static ContentEntityObject peek()
isEmpty
public static boolean isEmpty()