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

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

public class SpaceEntityExpander
extends com.atlassian.plugins.rest.common.expand.AbstractRecursiveEntityExpander<SpaceEntity>

A recursive EntityExpander to expand SpaceEntity objects.


Constructor Summary
SpaceEntityExpander(com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, RestSpaceManager restSpaceManager)
           
 
Method Summary
protected  SpaceEntity expandInternal(SpaceEntity 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

SpaceEntityExpander

public SpaceEntityExpander(com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate,
                           RestSpaceManager restSpaceManager)
Method Detail

expandInternal

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


Copyright © 2003-2012 Atlassian. All Rights Reserved.