Class ConsumerPaginationHandler
- java.lang.Object
-
- org.openehealth.ipf.commons.ihe.hpd.controls.handlers.ConsumerHandlerBase<BatchRequest,BatchResponse>
-
- org.openehealth.ipf.commons.ihe.hpd.controls.ConsumerHpdHandler
-
- org.openehealth.ipf.commons.ihe.hpd.controls.pagination.ConsumerPaginationHandler
-
- All Implemented Interfaces:
ConsumerHandler<BatchRequest,BatchResponse>
public class ConsumerPaginationHandler extends ConsumerHpdHandler
Server-side handler of pagination controls.- Since:
- 4.3
- Author:
- Dmytro Rud
-
-
Constructor Summary
Constructors Constructor Description ConsumerPaginationHandler(ConsumerHandler<BatchRequest,BatchResponse> wrappedHandler, PaginationStorage paginationStorage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchResponsehandle(BatchRequest batchRequest)-
Methods inherited from class org.openehealth.ipf.commons.ihe.hpd.controls.ConsumerHpdHandler
aggregateResponse
-
Methods inherited from class org.openehealth.ipf.commons.ihe.hpd.controls.handlers.ConsumerHandlerBase
getWrappedHandler
-
-
-
-
Constructor Detail
-
ConsumerPaginationHandler
public ConsumerPaginationHandler(ConsumerHandler<BatchRequest,BatchResponse> wrappedHandler, PaginationStorage paginationStorage)
-
-
Method Detail
-
handle
public BatchResponse handle(BatchRequest batchRequest)
- Specified by:
handlein interfaceConsumerHandler<BatchRequest,BatchResponse>- Specified by:
handlein classConsumerHandlerBase<BatchRequest,BatchResponse>- Returns:
- Response to the given request.
-
-