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
ConstructorsConstructorDescriptionConsumerPaginationHandler(ConsumerHandler<BatchRequest, BatchResponse> wrappedHandler, PaginationStorage paginationStorage)  - 
Method Summary
Methods inherited from class org.openehealth.ipf.commons.ihe.hpd.controls.ConsumerHpdHandler
aggregateResponseMethods 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:
 handlein interfaceConsumerHandler<BatchRequest,BatchResponse> - Specified by:
 handlein classConsumerHandlerBase<BatchRequest,BatchResponse> - Returns:
 - Response to the given request.
 
 
 -