Spring Hateoas

Uses of Class
org.springframework.hateoas.mvc.ControllerLinkBuilder

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

Uses of ControllerLinkBuilder in org.springframework.hateoas.mvc
 

Methods in org.springframework.hateoas.mvc that return ControllerLinkBuilder
static ControllerLinkBuilder ControllerLinkBuilder.linkTo(Class<?> controller)
          Creates a new ControllerLinkBuilder with a base of the mapping annotated to the given controller class.
static ControllerLinkBuilder ControllerLinkBuilder.linkTo(Class<?> controller, Object... parameters)
           
 ControllerLinkBuilder ControllerLinkBuilder.slash(Identifiable<?> identifyable)
          Adds the given AbstractEntity's id as sub-resource.
 ControllerLinkBuilder ControllerLinkBuilder.slash(Object object)
          Adds the given object's String representation as sub-resource to the current URI.
 


Spring Hateoas

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