com.atlassian.confluence.rest.enrich
Class SelfLinkCollectionEnricher

java.lang.Object
  extended by com.atlassian.confluence.rest.enrich.AbstractLinkEnricher
      extended by com.atlassian.confluence.rest.enrich.SelfLinkCollectionEnricher
All Implemented Interfaces:
CollectionEnricher

public class SelfLinkCollectionEnricher
extends AbstractLinkEnricher
implements CollectionEnricher

Adds self links to collection resources.


Field Summary
 
Fields inherited from class com.atlassian.confluence.rest.enrich.AbstractLinkEnricher
navigationService, SELF_LINK
 
Constructor Summary
SelfLinkCollectionEnricher(RestNavigationService navService)
           
 
Method Summary
 void enrich(RestList enrich)
           
 
Methods inherited from class com.atlassian.confluence.rest.enrich.AbstractLinkEnricher
enrichWithLink, navigation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelfLinkCollectionEnricher

public SelfLinkCollectionEnricher(RestNavigationService navService)
Method Detail

enrich

public void enrich(RestList enrich)
Specified by:
enrich in interface CollectionEnricher


Copyright © 2003-2014 Atlassian. All Rights Reserved.