public interface ControllerMethodLinkBuilderFactory
MethodLinkBuilderFactory as the starting point to set the
method name and any optional method parameters and path variables
needed.| Modifier and Type | Method and Description |
|---|---|
<T> MethodLinkBuilderFactory<T> |
of(Class<T> controller)
Returns a
MethodLinkBuilderFactory to create links to methods of
the given controller |
MethodLinkBuilderFactory<?> |
of(String controllerClassName)
Returns a
MethodLinkBuilderFactory to create links to methods of
the given controller |
<T> MethodLinkBuilderFactory<T> of(Class<T> controller)
MethodLinkBuilderFactory to create links to methods of
the given controllercontroller - the create links toMethodLinkBuilderFactory<?> of(String controllerClassName)
MethodLinkBuilderFactory to create links to methods of
the given controllercontroller - the class name of the controller to create links toCopyright © 2018 DISID Corporation. All rights reserved.