| Package | Description |
|---|---|
| org.jboss.aerogear.controller.router.rest.pagination |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPaginationStrategy
A PaginationStrategy that expects the target endpoint method to take a
PaginationInfo as a parameter. |
| Modifier and Type | Field and Description |
|---|---|
private PaginationStrategy |
PaginationHandler.pagingStrategy |
| Modifier and Type | Method and Description |
|---|---|
static PaginationStrategy |
PaginationHandler.defaultPagingStrategy() |
| Constructor and Description |
|---|
PaginationHandler(RouteProcessor delegate,
javax.enterprise.inject.Instance<PaginationStrategy> pagingStrategies,
javax.enterprise.inject.Instance<Consumer> consumers,
EndpointInvoker endpointInvoker)
Sole contructor which will have its parameters injected by CDI.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.