Interface RequestEventHandler
- All Known Implementing Classes:
AbstractRequestEventHandler,ActivationEventHandler,CelumEventHandler,CmsLiveEditEventHandler,CmsNavigationEventHandler,LiveEditPageNavigationEventHandler,NotificationEventHandler,PageViewNavigationEventHandler,SearchEventHandler,TaskEventHandler
public interface RequestEventHandler
Cockpit HTTP request event handler. Handles cockpit events triggered by the use of HTTP request parameters.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEvent(UICockpitPerspective perspective, Map<String, String[]> params) Called by the activeRequestHandlerwhen a cockpit event is triggered for which thisRequestEventHandleris registered.void
-
Method Details
-
handleEvent
Called by the activeRequestHandlerwhen a cockpit event is triggered for which thisRequestEventHandleris registered.- Parameters:
perspective- the current perspective ornullif no perspective has been specifiedparams- HTTP request parameters
-
setPrefix
-
getPrefix
String getPrefix()
-