public class

ContentEntityExpander

extends AbstractRecursiveEntityExpander<T>
java.lang.Object
   ↳ com.atlassian.plugins.rest.common.expand.AbstractRecursiveEntityExpander<T>
     ↳ com.atlassian.confluence.plugins.rest.entities.ContentEntityExpander

Class Overview

A recursive EntityExpander to expand ContentEntity objects.

Summary

Public Constructors
ContentEntityExpander(TransactionTemplate transactionTemplate, RestContentManager restContentManager)
Protected Methods
ContentEntity expandInternal(ContentEntity entity)
[Expand]
Inherited Methods
From class com.atlassian.plugins.rest.common.expand.AbstractRecursiveEntityExpander
From class java.lang.Object
From interface com.atlassian.plugins.rest.common.expand.EntityExpander

Public Constructors

public ContentEntityExpander (TransactionTemplate transactionTemplate, RestContentManager restContentManager)

Protected Methods

protected ContentEntity expandInternal (ContentEntity entity)