Uses of Interface
org.openehealth.ipf.commons.ihe.hpd.controls.handlers.ConsumerHandler
Packages that use ConsumerHandler
Package
Description
-
Uses of ConsumerHandler in org.openehealth.ipf.commons.ihe.hpd.controls
Classes in org.openehealth.ipf.commons.ihe.hpd.controls that implement ConsumerHandlerConstructors in org.openehealth.ipf.commons.ihe.hpd.controls with parameters of type ConsumerHandlerModifierConstructorDescriptionConsumerHpdHandler(ConsumerHandler<BatchRequest, BatchResponse> wrappedHandler) -
Uses of ConsumerHandler in org.openehealth.ipf.commons.ihe.hpd.controls.handlers
Classes in org.openehealth.ipf.commons.ihe.hpd.controls.handlers that implement ConsumerHandlerMethods in org.openehealth.ipf.commons.ihe.hpd.controls.handlers that return ConsumerHandlerModifier and TypeMethodDescriptionConsumerHandler.getWrappedHandler()ConsumerHandlerBase.getWrappedHandler()Constructors in org.openehealth.ipf.commons.ihe.hpd.controls.handlers with parameters of type ConsumerHandlerModifierConstructorDescriptionprotectedConsumerHandlerBase(ConsumerHandler<RequestType, ResponseType> wrappedHandler) -
Uses of ConsumerHandler in org.openehealth.ipf.commons.ihe.hpd.controls.pagination
Classes in org.openehealth.ipf.commons.ihe.hpd.controls.pagination that implement ConsumerHandlerModifier and TypeClassDescriptionclassServer-side handler of pagination controls.Constructors in org.openehealth.ipf.commons.ihe.hpd.controls.pagination with parameters of type ConsumerHandlerModifierConstructorDescriptionConsumerPaginationHandler(ConsumerHandler<BatchRequest, BatchResponse> wrappedHandler, PaginationStorage paginationStorage) -
Uses of ConsumerHandler in org.openehealth.ipf.commons.ihe.hpd.controls.sorting
Classes in org.openehealth.ipf.commons.ihe.hpd.controls.sorting that implement ConsumerHandlerModifier and TypeClassDescriptionclassServer-side handler of sorting controls.Constructors in org.openehealth.ipf.commons.ihe.hpd.controls.sorting with parameters of type ConsumerHandlerModifierConstructorDescriptionConsumerSortingHandler(ConsumerHandler<BatchRequest, BatchResponse> wrappedHandler)