| Package | Description |
|---|---|
| io.springlets.web.mvc.support | |
| io.springlets.web.mvc.util |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleMethodLinkBuilderFactory<T>
Simple
MethodLinkBuilderFactory implementation which creates
instances of MethodLinkBuilder using the
SimpleMethodLinkBuilder class. |
| Modifier and Type | Method and Description |
|---|---|
<T> MethodLinkBuilderFactory<T> |
SimpleControllerMethodLinkBuilderFactory.of(Class<T> controller) |
MethodLinkBuilderFactory<?> |
SimpleControllerMethodLinkBuilderFactory.of(String controllerClassName) |
| Modifier and Type | Method and Description |
|---|---|
<T> MethodLinkBuilderFactory<T> |
ControllerMethodLinkBuilderFactory.of(Class<T> controller)
Returns a
MethodLinkBuilderFactory to create links to methods of
the given controller |
MethodLinkBuilderFactory<?> |
ControllerMethodLinkBuilderFactory.of(String controllerClassName)
Returns a
MethodLinkBuilderFactory to create links to methods of
the given controller |
Copyright © 2018 DISID Corporation. All rights reserved.