Class ProducerPaginationHandler
java.lang.Object
org.openehealth.ipf.commons.ihe.hpd.controls.handlers.ProducerHandlerBase<BatchRequest,BatchResponse>
org.openehealth.ipf.commons.ihe.hpd.controls.pagination.ProducerPaginationHandler
- All Implemented Interfaces:
ProducerHandler<BatchRequest,
BatchResponse>
Client-side handler of pagination controls.
- Since:
- 4.3
- Author:
- Dmytro Rud
-
Constructor Summary
ConstructorDescriptionProducerPaginationHandler
(ProducerHandler<BatchRequest, BatchResponse> wrappedHandler, int defaultPageSize) -
Method Summary
Methods inherited from class org.openehealth.ipf.commons.ihe.hpd.controls.handlers.ProducerHandlerBase
getWrappedHandler
-
Constructor Details
-
ProducerPaginationHandler
public ProducerPaginationHandler(ProducerHandler<BatchRequest, BatchResponse> wrappedHandler, int defaultPageSize)
-
-
Method Details
-
handle
- Specified by:
handle
in interfaceProducerHandler<BatchRequest,
BatchResponse> - Specified by:
handle
in classProducerHandlerBase<BatchRequest,
BatchResponse> - Returns:
- Response to the given request.
- Throws:
Exception
-