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
protected  ControllerLinkBuilder ControllerLinkBuilder.createNewInstance(UriComponentsBuilder builder)
           
protected  ControllerLinkBuilder ControllerLinkBuilder.getThis()
           
 ControllerLinkBuilder ControllerLinkBuilderFactory.linkTo(Class<?> controller)
           
static ControllerLinkBuilder ControllerLinkBuilder.linkTo(Class<?> controller)
          Creates a new ControllerLinkBuilder with a base of the mapping annotated to the given controller class.
 ControllerLinkBuilder ControllerLinkBuilderFactory.linkTo(Class<?> controller, Method method, Object... parameters)
           
static ControllerLinkBuilder ControllerLinkBuilder.linkTo(Class<?> controller, Method method, Object... parameters)
           
 ControllerLinkBuilder ControllerLinkBuilderFactory.linkTo(Class<?> controller, Object... parameters)
           
static ControllerLinkBuilder ControllerLinkBuilder.linkTo(Class<?> controller, Object... parameters)
          Creates a new ControllerLinkBuilder with a base of the mapping annotated to the given controller class.
 ControllerLinkBuilder ControllerLinkBuilderFactory.linkTo(Method method, Object... parameters)
           
static ControllerLinkBuilder ControllerLinkBuilder.linkTo(Method method, Object... parameters)
           
 ControllerLinkBuilder ControllerLinkBuilderFactory.linkTo(Object invocationValue)
           
static ControllerLinkBuilder ControllerLinkBuilder.linkTo(Object invocationValue)
          Creates a ControllerLinkBuilder pointing to a controller method.
 


Spring Hateoas

Copyright © 2012-2014-2014 Pivotal, Inc.. All Rights Reserved.