com.atlassian.confluence.renderer
Class ContentIncludeStack

java.lang.Object
  extended by com.atlassian.confluence.renderer.ContentIncludeStack

public class ContentIncludeStack
extends java.lang.Object

A simple ThreadLocal stack to prevent circular content includes.


Constructor Summary
ContentIncludeStack()
           
 
Method Summary
static boolean contains(ContentEntityObject c)
           
static boolean isEmpty()
           
static ContentEntityObject peek()
           
static ContentEntityObject pop()
           
static void push(ContentEntityObject c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentIncludeStack

public ContentIncludeStack()
Method Detail

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()


Copyright © 2003-2014 Atlassian. All Rights Reserved.