| Package | Description |
|---|---|
| org.jboss.aerogear.controller.router | |
| org.jboss.aerogear.controller.router.rest.pagination |
| Modifier and Type | Field and Description |
|---|---|
private PagingStrategy |
DefaultRoute.pagingStrategy |
| Modifier and Type | Method and Description |
|---|---|
PagingStrategy |
RouteDescriptor.getPagingStrategy() |
PagingStrategy |
DefaultRouteProcessor.getPagingStrategy(Route route,
Map<String,Object> args) |
PagingStrategy |
Route.pagingStrategy()
Returns the PagingStrategy for this Route's target endpoint method if it was configured for pagination.
|
PagingStrategy |
DefaultRoute.pagingStrategy() |
| Modifier and Type | Class and Description |
|---|---|
class |
NullPagingStrategy
Null Object Pattern implementation of
PagingStrategy which simply passes throw the results. |
class |
OffsetPagingStrategy
A PagingStrategy that uses an offset/limit to add HTTP headers to the response.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.