public interface PagingStrategy
| Modifier and Type | Method and Description |
|---|---|
PaginationInfo |
getPaginationInfo()
Returns the
PaginationInfo for the current request. |
Object |
process(Object result,
RouteContext routeContext)
Process allows for manipulating the result of an endpoint target method invocation.
|
Object process(Object result, RouteContext routeContext)
result - the result returned from the target endpoint method.routeContext - the RouteContext.Object Either the unchanged result or a modified result depending on the underlying implementation.PaginationInfo getPaginationInfo()
PaginationInfo for the current request.PaginationInfo for the current request.Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.