Spring Hateoas

Uses of Interface
org.springframework.hateoas.LinkBuilderFactory

Packages that use LinkBuilderFactory
org.springframework.hateoas.jaxrs   
org.springframework.hateoas.mvc Spring MVC helper classes to build Links and assemble ResourceSupport types. 
 

Uses of LinkBuilderFactory in org.springframework.hateoas.jaxrs
 

Classes in org.springframework.hateoas.jaxrs that implement LinkBuilderFactory
 class JaxRsLinkBuilderFactory
          Factory for LinkBuilder instances based on the path mapping annotated on the given JAX-RS service.
 

Uses of LinkBuilderFactory in org.springframework.hateoas.mvc
 

Classes in org.springframework.hateoas.mvc that implement LinkBuilderFactory
 class ControllerLinkBuilderFactory
          Factory for UriComponentsLinkBuilder instances based on the request mapping annotated on the given controller.
 


Spring Hateoas

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