| Package | Description |
|---|---|
| io.springlets.web.mvc.support | |
| io.springlets.web.mvc.util |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodLinkFactorySupport<T>
Base class for easier implementation of
MethodLinkFactory classes. |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleControllerMethodLinkBuilderFactory.register(MethodLinkFactory<?> factory) |
| Constructor and Description |
|---|
SimpleMethodLinkBuilder(MethodLinkFactory<T> linkFactory,
String methodName,
Set<io.springlets.web.mvc.support.SimpleMethodLinkBuilder.ParameterIndex> parameters,
Map<String,Object> pathVariables)
Creates a builder for a Controller's method with the given options.
|
SimpleMethodLinkBuilderFactory(MethodLinkFactory<T> linkFactory)
Creates a factory of
MethodLinkBuilder objects based on the given
MethodLinkFactory related to a Controller |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodLinkFactoryRegistry.register(MethodLinkFactory<?> factory)
Add the given
MethodLinkFactory to the registry. |
Copyright © 2018 DISID Corporation. All rights reserved.