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(@Nullable MethodParameter parameter, UriComponents components) Returns theTemplateVariablesfor pagination.getSortTemplateVariables(@Nullable MethodParameter parameter, UriComponents components) Returns theTemplateVariablesfor sorting.Methods inherited from interface UriComponentsContributor
enhance, supportsParameter
-
Method Details
-
getPaginationTemplateVariables
TemplateVariables getPaginationTemplateVariables(@Nullable MethodParameter parameter, UriComponents components) Returns theTemplateVariablesfor pagination.- Parameters:
parameter- can be null.components- must not be null.- Returns:
-
getSortTemplateVariables
TemplateVariables getSortTemplateVariables(@Nullable MethodParameter parameter, UriComponents components) Returns theTemplateVariablesfor sorting.- Parameters:
parameter- can be null.components- must not be null.- Returns:
-