T - the class of the Controller to create links topublic interface MethodLinkFactory<T>
UriComponents instances to a controller method.| Modifier and Type | Method and Description |
|---|---|
Class<T> |
getControllerClass()
Returns the class of the controller to create method links to.
|
org.springframework.web.util.UriComponents |
toUri(String methodName,
Object[] parameters,
Map<String,Object> pathVariables)
Creates a
UriComponents for the controller returned in the
getControllerClass() with the given parameters. |
Class<T> getControllerClass()
org.springframework.web.util.UriComponents toUri(String methodName, Object[] parameters, Map<String,Object> pathVariables)
UriComponents for the controller returned in the
getControllerClass() with the given parameters.methodName - the method to create the uri toparameters - the method parameterspathVariables - the path variables defined in the method
RequestMappingCopyright © 2018 DISID Corporation. All rights reserved.