Class ContentIncludeStack
java.lang.Object
com.atlassian.confluence.renderer.ContentIncludeStack
A simple ThreadLocal stack to prevent circular content includes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
static boolean
isEmpty()
static ContentEntityObject
peek()
static ContentEntityObject
pop()
static void
-
Constructor Details
-
ContentIncludeStack
public ContentIncludeStack()
-
-
Method Details
-
pop
-
push
-
contains
-
peek
-
isEmpty
public static boolean isEmpty()
-