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>
Server-side handler of pagination controls.
- Since:
- 4.3
- Author:
- Dmytro Rud
-
Constructor Summary
ConstructorDescriptionConsumerPaginationHandler
(ConsumerHandler<BatchRequest, BatchResponse> wrappedHandler, PaginationStorage paginationStorage) -
Method Summary
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 Details
-
ConsumerPaginationHandler
public ConsumerPaginationHandler(ConsumerHandler<BatchRequest, BatchResponse> wrappedHandler, PaginationStorage paginationStorage)
-
-
Method Details
-
handle
- Specified by:
handle
in interfaceConsumerHandler<BatchRequest,
BatchResponse> - Specified by:
handle
in classConsumerHandlerBase<BatchRequest,
BatchResponse> - Returns:
- Response to the given request.
-