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>
public class ProducerPaginationHandler extends ProducerHandlerBase<BatchRequest,BatchResponse>
Client-side handler of pagination controls.- Since:
- 4.3
- Author:
- Dmytro Rud
-
-
Constructor Summary
Constructors Constructor Description ProducerPaginationHandler(ProducerHandler<BatchRequest,BatchResponse> wrappedHandler, int defaultPageSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchResponsehandle(Object client, BatchRequest batchRequest0)-
Methods inherited from class org.openehealth.ipf.commons.ihe.hpd.controls.handlers.ProducerHandlerBase
getWrappedHandler
-
-
-
-
Constructor Detail
-
ProducerPaginationHandler
public ProducerPaginationHandler(ProducerHandler<BatchRequest,BatchResponse> wrappedHandler, int defaultPageSize)
-
-
Method Detail
-
handle
public BatchResponse handle(Object client, BatchRequest batchRequest0) throws Exception
- Specified by:
handlein interfaceProducerHandler<BatchRequest,BatchResponse>- Specified by:
handlein classProducerHandlerBase<BatchRequest,BatchResponse>- Returns:
- Response to the given request.
- Throws:
Exception
-
-