Uses of Interface
org.openehealth.ipf.commons.ihe.hpd.controls.handlers.ProducerHandler
-
Packages that use ProducerHandler Package Description org.openehealth.ipf.commons.ihe.hpd.controls.handlers org.openehealth.ipf.commons.ihe.hpd.controls.pagination -
-
Uses of ProducerHandler in org.openehealth.ipf.commons.ihe.hpd.controls.handlers
Classes in org.openehealth.ipf.commons.ihe.hpd.controls.handlers that implement ProducerHandler Modifier and Type Class Description classProducerHandlerBase<RequestType,ResponseType>Methods in org.openehealth.ipf.commons.ihe.hpd.controls.handlers that return ProducerHandler Modifier and Type Method Description ProducerHandler<RequestType,ResponseType>ProducerHandler. getWrappedHandler()ProducerHandler<RequestType,ResponseType>ProducerHandlerBase. getWrappedHandler()Constructors in org.openehealth.ipf.commons.ihe.hpd.controls.handlers with parameters of type ProducerHandler Constructor Description ProducerHandlerBase(ProducerHandler<RequestType,ResponseType> wrappedHandler) -
Uses of ProducerHandler in org.openehealth.ipf.commons.ihe.hpd.controls.pagination
Classes in org.openehealth.ipf.commons.ihe.hpd.controls.pagination that implement ProducerHandler Modifier and Type Class Description classProducerPaginationHandlerClient-side handler of pagination controls.Constructors in org.openehealth.ipf.commons.ihe.hpd.controls.pagination with parameters of type ProducerHandler Constructor Description ProducerPaginationHandler(ProducerHandler<BatchRequest,BatchResponse> wrappedHandler, int defaultPageSize)
-