| Interface | Description |
|---|---|
| SortProcessor |
Sort processor used to sort a list.
|
| Class | Description |
|---|---|
| BeanComparator |
Implementation of
Comparator to compare POJO. |
| BeanUtils |
Utilities to retrieves values of POJO with the property name.
|
| DefaultSortProcessor |
Default implementation of sort.
|
| PageListHelper |
Helper to create implementation of
PageResult from a Java
List. |
| PageLoaderList |
Implementation of
IPageLoader with java List. |
| PageResult<T> |
Page result used to store pagination result information :
the total elements
the paginated list
|
| PageResultContentProvider |
Implementation of
IPageContentProvider to retrieves pagination
information (total elements and paginated list) from the pagination structure
PageResult. |
| PageResultLoaderList<T> |
Implementation of
IPageLoader with java List. |