| Class | Description |
|---|---|
| PagerPaginationSupport |
This class stores its items using a
Pager - which cannot report the total
size of the result. |
| PaginationSupport |
Where there are a _very_ large number of items to paginate (in othe order of 10,000's), loading them all up in memory from the db and then
handing them out to the user in a .subList fashion is not very efficient
In this scenario we only want to use this bean to compute our next and previous indexes.
|
Copyright © 2014 Atlassian. All Rights Reserved.