com.atlassian.confluence.plugins.rest.entities
Class ContentEntityExpander

java.lang.Object
  extended by com.atlassian.plugins.rest.common.expand.AbstractRecursiveEntityExpander<ContentEntity>
      extended by com.atlassian.confluence.plugins.rest.entities.ContentEntityExpander
All Implemented Interfaces:
com.atlassian.plugins.rest.common.expand.EntityExpander<ContentEntity>

public class ContentEntityExpander
extends com.atlassian.plugins.rest.common.expand.AbstractRecursiveEntityExpander<ContentEntity>

A recursive EntityExpander to expand ContentEntity objects.


Constructor Summary
ContentEntityExpander(com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, RestContentManager restContentManager)
           
 
Method Summary
protected  ContentEntity expandInternal(ContentEntity entity)
           
 
Methods inherited from class com.atlassian.plugins.rest.common.expand.AbstractRecursiveEntityExpander
expand
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentEntityExpander

public ContentEntityExpander(com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate,
                             RestContentManager restContentManager)
Method Detail

expandInternal

protected ContentEntity expandInternal(ContentEntity entity)
Specified by:
expandInternal in class com.atlassian.plugins.rest.common.expand.AbstractRecursiveEntityExpander<ContentEntity>


Copyright © 2003-2012 Atlassian. All Rights Reserved.