Spring Hateoas

Uses of Interface
org.springframework.hateoas.LinkBuilder

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

Uses of LinkBuilder in org.springframework.hateoas
 

Classes in org.springframework.hateoas with type parameters of type LinkBuilder
 interface LinkBuilderFactory<T extends LinkBuilder>
          Factory for LinkBuilder instances.
 

Methods in org.springframework.hateoas that return LinkBuilder
 LinkBuilder LinkBuilder.slash(Identifiable<?> identifiable)
          Adds the given Identifiable's id as sub-resource.
 LinkBuilder LinkBuilder.slash(Object object)
          Adds the given object's String representation as sub-resource to the current URI.
 

Uses of LinkBuilder in org.springframework.hateoas.jaxrs
 

Classes in org.springframework.hateoas.jaxrs that implement LinkBuilder
 class JaxRsLinkBuilder
          LinkBuilder to derive URI mappings from a JAX-RS Path annotation.
 

Uses of LinkBuilder in org.springframework.hateoas.mvc
 

Classes in org.springframework.hateoas.mvc with type parameters of type LinkBuilder
 class UriComponentsLinkBuilder<T extends LinkBuilder>
          Base class to implement LinkBuilders based on a Spring MVC UriComponentsBuilder.
 

Classes in org.springframework.hateoas.mvc that implement LinkBuilder
 class ControllerLinkBuilder
          Builder to ease building Link instances pointing to Spring MVC controllers.
 class UriComponentsLinkBuilder<T extends LinkBuilder>
          Base class to implement LinkBuilders based on a Spring MVC UriComponentsBuilder.
 

Methods in org.springframework.hateoas.mvc that return LinkBuilder
 LinkBuilder UriComponentsLinkBuilder.slash(Identifiable<?> identifyable)
           
 


Spring Hateoas

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