Spring Hateoas

Uses of Class
org.springframework.hateoas.Link

Packages that use Link
org.springframework.hateoas Value objects to ease creating Links and link driven representations for REST webservices. 
org.springframework.hateoas.mvc Spring MVC helper classes to build Links and assemble ResourceSupport types. 
 

Uses of Link in org.springframework.hateoas
 

Methods in org.springframework.hateoas that return Link
 Link ResourceSupport.getId()
          Returns the Link with a rel of REL_SELF.
 Link ResourceSupport.getLink(String rel)
          Returns the link with the given rel.
 

Methods in org.springframework.hateoas that return types with arguments of type Link
 List<Link> ResourceSupport.getLinks()
          Returns all Links contained in this resource.
 

Methods in org.springframework.hateoas with parameters of type Link
 void ResourceSupport.add(Link link)
          Adds the given link to the resource.
 

Method parameters in org.springframework.hateoas with type arguments of type Link
 void ResourceSupport.add(Iterable<Link> links)
          Adds all given Links to the resource.
 

Uses of Link in org.springframework.hateoas.mvc
 

Methods in org.springframework.hateoas.mvc that return Link
 Link ControllerLinkBuilder.withRel(String rel)
           
 Link ControllerLinkBuilder.withSelfRel()
           
 


Spring Hateoas

Copyright © 2012 SpringSource, a division of VMware. All Rights Reserved.