Uses of Class
com.atlassian.confluence.rest.enrich.AbstractLinkEnricher

Packages that use AbstractLinkEnricher
com.atlassian.confluence.rest.enrich   
com.atlassian.confluence.rest.enrich.model   
 

Uses of AbstractLinkEnricher in com.atlassian.confluence.rest.enrich
 

Subclasses of AbstractLinkEnricher in com.atlassian.confluence.rest.enrich
 class BaseLinkEnricher
          Adds the baseUrl to the _links property of rest entities and collections
 class EntityCollectionLinkEnricher
          Enriches entities with links to the collection that they belong to.
 class ExpandableEntityEnricher
          Enriches entities with an _expandable object which describes what properties are expandable.
 class NavigationCollectionEnricher
          Enriches collection results with next / prev links
 class SelfLinkCollectionEnricher
          Adds self links to collection resources.
 class SelfLinkEntityEnricher
           
 

Uses of AbstractLinkEnricher in com.atlassian.confluence.rest.enrich.model
 

Subclasses of AbstractLinkEnricher in com.atlassian.confluence.rest.enrich.model
 class ContentEnricher
          Modifies RestEntities that wrap Content objects in preparation for being serialized
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.