Class PageWrapper<T>

java.lang.Object
de.digitalcollections.cudami.admin.paging.PageWrapper<T>
Type Parameters:
T - is the paginated type.

public class PageWrapper<T>
extends java.lang.Object
"Spring Data Page interface has many nice functions to get current page number, get total pages, etc. But it’s still lack of ways to let me only display partial page range of total pagination. So I created an adapter class to wrap Spring Data Page interface with additional features."
Author:
ralf
See Also:
Java Code Geeks article