COMPARATOR| Constructor and Description |
|---|
PaginationGenerator() |
| Modifier and Type | Method and Description |
|---|---|
static int |
calculateTotalPages(int totalPosts,
int pageSize) |
void |
generate(Site site) |
int |
getOrder() |
static boolean |
isPaginationEnabled(Config config,
Page page) |
static boolean |
isPaginationEnabled(Site site,
Page page) |
static List<Page> |
paginate(Site site,
Page page,
List<? extends Base> posts) |
static List<Page> |
paginate(Site site,
Page page,
List<? extends Base> posts,
int pageSize) |
Copyright © 2014-2015 Opoo.org. All Rights Reserved.