com.atlassian.confluence.rest.enrich
Class NavigationCollectionEnricher

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

public class NavigationCollectionEnricher
extends AbstractLinkEnricher
implements CollectionEnricher

Enriches collection results with next / prev links


Field Summary
 
Fields inherited from class com.atlassian.confluence.rest.enrich.AbstractLinkEnricher
navigationService, SELF_LINK
 
Constructor Summary
NavigationCollectionEnricher(RestNavigationService navigationService)
           
 
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

NavigationCollectionEnricher

public NavigationCollectionEnricher(RestNavigationService navigationService)
Method Detail

enrich

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


Copyright © 2003-2014 Atlassian. All Rights Reserved.