Package | Description |
---|---|
org.springframework.hateoas.server.mvc |
Spring MVC helper classes to build
Link s and assemble
RepresentationModel types. |
Modifier and Type | Method and Description |
---|---|
protected ControllerLinkBuilder |
ControllerLinkBuilder.createNewInstance(UriComponents components,
List<Affordance> affordances,
TemplateVariables variables)
Deprecated.
|
protected ControllerLinkBuilder |
ControllerLinkBuilder.getThis()
Deprecated.
|
static ControllerLinkBuilder |
ControllerLinkBuilder.linkTo(Class<?> controller)
Deprecated.
Creates a new
ControllerLinkBuilder with a base of the mapping annotated to the given controller class. |
ControllerLinkBuilder |
ControllerLinkBuilderFactory.linkTo(Class<?> controller)
Deprecated.
|
static ControllerLinkBuilder |
ControllerLinkBuilder.linkTo(Class<?> controller,
Map<String,?> parameters)
Deprecated.
Creates a new
ControllerLinkBuilder with a base of the mapping annotated to the given controller class. |
ControllerLinkBuilder |
ControllerLinkBuilderFactory.linkTo(Class<?> controller,
Map<String,?> parameters)
Deprecated.
|
static ControllerLinkBuilder |
ControllerLinkBuilder.linkTo(Class<?> controller,
Method method,
Object... parameters)
Deprecated.
|
ControllerLinkBuilder |
ControllerLinkBuilderFactory.linkTo(Class<?> controller,
Method method,
Object... parameters)
Deprecated.
|
static ControllerLinkBuilder |
ControllerLinkBuilder.linkTo(Class<?> controller,
Object... parameters)
Deprecated.
Creates a new
ControllerLinkBuilder with a base of the mapping annotated to the given controller class. |
ControllerLinkBuilder |
ControllerLinkBuilderFactory.linkTo(Class<?> controller,
Object... parameters)
Deprecated.
|
static ControllerLinkBuilder |
ControllerLinkBuilder.linkTo(Method method,
Object... parameters)
Deprecated.
|
ControllerLinkBuilder |
ControllerLinkBuilderFactory.linkTo(Method method,
Object... parameters)
Deprecated.
|
static ControllerLinkBuilder |
ControllerLinkBuilder.linkTo(Object invocationValue)
Deprecated.
Creates a
ControllerLinkBuilder pointing to a controller method. |
ControllerLinkBuilder |
ControllerLinkBuilderFactory.linkTo(Object invocationValue)
Deprecated.
|
Copyright © 2011–2020 Pivotal, Inc.. All rights reserved.