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 SummaryConstructorsConstructorDescriptionProducerPaginationHandler(ProducerHandler<BatchRequest, BatchResponse> wrappedHandler, int defaultPageSize) 
- 
Method SummaryMethods inherited from class org.openehealth.ipf.commons.ihe.hpd.controls.handlers.ProducerHandlerBasegetWrappedHandler
- 
Constructor Details- 
ProducerPaginationHandlerpublic ProducerPaginationHandler(ProducerHandler<BatchRequest, BatchResponse> wrappedHandler, int defaultPageSize) 
 
- 
- 
Method Details- 
handle- Specified by:
- handlein interface- ProducerHandler<BatchRequest,- BatchResponse> 
- Specified by:
- handlein class- ProducerHandlerBase<BatchRequest,- BatchResponse> 
- Returns:
- Response to the given request.
- Throws:
- Exception
 
 
-