Uses of Interface
org.openehealth.ipf.commons.ihe.hpd.controls.handlers.ProducerHandler
Packages that use ProducerHandler
Package
Description
-
Uses of ProducerHandler in org.openehealth.ipf.commons.ihe.hpd.controls.handlers
Classes in org.openehealth.ipf.commons.ihe.hpd.controls.handlers that implement ProducerHandlerMethods in org.openehealth.ipf.commons.ihe.hpd.controls.handlers that return ProducerHandlerModifier and TypeMethodDescriptionProducerHandler.getWrappedHandler()ProducerHandlerBase.getWrappedHandler()Constructors in org.openehealth.ipf.commons.ihe.hpd.controls.handlers with parameters of type ProducerHandlerModifierConstructorDescriptionprotectedProducerHandlerBase(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 ProducerHandlerModifier and TypeClassDescriptionclassClient-side handler of pagination controls.Constructors in org.openehealth.ipf.commons.ihe.hpd.controls.pagination with parameters of type ProducerHandlerModifierConstructorDescriptionProducerPaginationHandler(ProducerHandler<BatchRequest, BatchResponse> wrappedHandler, int defaultPageSize)