Interface PagingAndSortingTemplateVariables
- All Superinterfaces:
UriComponentsContributor
Interface to abstract the access of
TemplateVariables
for pagination and sorting.- Since:
- 2.3
- Author:
- Oliver Gierke
-
Method Summary
Modifier and TypeMethodDescriptiongetPaginationTemplateVariables
(MethodParameter parameter, UriComponents components) Returns theTemplateVariables
for pagination.getSortTemplateVariables
(MethodParameter parameter, UriComponents components) Returns theTemplateVariables
for sorting.Methods inherited from interface org.springframework.hateoas.server.mvc.UriComponentsContributor
enhance, supportsParameter
-
Method Details
-
getPaginationTemplateVariables
TemplateVariables getPaginationTemplateVariables(MethodParameter parameter, UriComponents components) Returns theTemplateVariables
for pagination.- Parameters:
parameter
- can be null.components
- must not be null.- Returns:
-
getSortTemplateVariables
Returns theTemplateVariables
for sorting.- Parameters:
parameter
- can be null.components
- must not be null.- Returns:
-