| Package | Description |
|---|---|
| io.springlets.web.mvc.support | |
| io.springlets.web.mvc.util |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleMethodLinkBuilder<T>
Simple
MethodLinkBuilder implementation which delegates the creation
of UriComponents instances to its Controller methods through
a MethodLinkFactory of the same Controller. |
| Modifier and Type | Method and Description |
|---|---|
MethodLinkBuilder<T> |
SimpleMethodLinkBuilder.arg(int index,
Object parameter) |
MethodLinkBuilder<T> |
SimpleMethodLinkBuilderFactory.to(String methodName) |
MethodLinkBuilder<T> |
SimpleMethodLinkBuilder.with(String variable,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
MethodLinkBuilder<T> |
MethodLinkBuilder.arg(int index,
Object parameter)
Provides parameters for the method.
|
MethodLinkBuilder<T> |
MethodLinkBuilderFactory.to(String methodName)
Returns a builder to create links to the given method of the current
controller.
|
MethodLinkBuilder<T> |
MethodLinkBuilder.with(String variable,
Object value)
Adds a path variable to build the method URI.
|
Copyright © 2018 DISID Corporation. All rights reserved.