Uses of Class
com.aquima.web.api.model.page.PageEvent
Packages that use PageEvent
Package
Description
-
Uses of PageEvent in com.aquima.web.api.controller.v2
Methods in com.aquima.web.api.controller.v2 with parameters of type PageEventModifier and TypeMethodDescriptionSessionController.handleEvent
(com.blueriq.component.api.IAquimaSession session, PageEvent event) Handles the specified page event and responds with anEventResponse
containing occurred events. -
Uses of PageEvent in com.aquima.web.api.model.page.converters
Methods in com.aquima.web.api.model.page.converters with parameters of type PageEventModifier and TypeMethodDescriptioncom.aquima.interactions.portal.PortalEvent
PageEventConverter.toPortalEvent
(PageEvent event) Converts a PageEvent to a PortalEventcom.aquima.interactions.portal.PortalEvent
PageEventConverter.toPortalEvent
(PageEvent event, IRuntimeKeyParser parser) Converts a PageEvent to a PortalEvent with a parser. -
Uses of PageEvent in com.aquima.web.api.service
Methods in com.aquima.web.api.service with parameters of type PageEventModifier and TypeMethodDescriptionvoid
SessionService.handleEvent
(com.blueriq.component.api.IAquimaSession session, PageEvent event) Handles page events using the specifiedPageEvent
.void
SessionService.handleEvent
(com.blueriq.component.api.IAquimaSession session, PageEvent event, com.aquima.interactions.foundation.IValueFormatter formatter) Handles page events using the specifiedPageEvent
. -
Uses of PageEvent in com.aquima.web.components.fileupload.controller
Methods in com.aquima.web.components.fileupload.controller that return PageEvent