Uses of Class
de.smartics.resteasy.hypermedia.renderer.LinkDescriptor

Packages that use LinkDescriptor
de.smartics.resteasy.hypermedia.adapter Adapts the the RESTEasy links implementation. 
de.smartics.resteasy.hypermedia.renderer Provides classes to support representation renderers. 
de.smartics.resteasy.hypermedia.resources Defines the interface to discovered resources. 
 

Uses of LinkDescriptor in de.smartics.resteasy.hypermedia.adapter
 

Methods in de.smartics.resteasy.hypermedia.adapter that return types with arguments of type LinkDescriptor
 List<LinkDescriptor> DiscoveredResourceRepository.getLinksForRel(String rel)
          Returns links associated with a given relation.
 List<LinkDescriptor> DiscoveredResourceRepository.links()
           
 

Uses of LinkDescriptor in de.smartics.resteasy.hypermedia.renderer
 

Subclasses of LinkDescriptor in de.smartics.resteasy.hypermedia.renderer
 class LinkDescriptorAtom
          Provides information on a single link.
 class LinkDescriptorJaxrs
          Provides information on a single link.
 

Uses of LinkDescriptor in de.smartics.resteasy.hypermedia.resources
 

Methods in de.smartics.resteasy.hypermedia.resources that return types with arguments of type LinkDescriptor
 List<LinkDescriptor> Resources.getLinksForRel(String rel)
          Returns links associated with a given relation.
 List<LinkDescriptor> Resources.links()
          Returns an iterator over the resource links in this repository.
 



Copyright © 2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.